Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid the integrated SmartProxy for non-Katello #3084

Merged
merged 2 commits into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions guides/common/modules/snip_glossary-term-smart-proxy.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{SmartProxyServer}::
ifdef::satellite[]
{SmartProxyServers} provide DHCP, DNS, and TFTP services and act as an Ansible control node or Puppet server in separate networks.
{SmartProxyServers} can provide DHCP, DNS, and TFTP services and act as an Ansible control node or Puppet server in separate networks.
endif::[]
ifndef::satellite[]
{SmartProxyServers} provide DHCP, DNS, and TFTP services and act as an Ansible control node, Puppet server, or Salt Master in separate networks.
{SmartProxyServers} can provide DHCP, DNS, and TFTP services and act as an Ansible control node, Puppet server, or Salt Master in separate networks.
endif::[]
They interact with {ProjectServer} in a client-server model.
ifdef::katello,orcharhino,satellite[]
{ProjectServer} always comes bundled with an integrated {SmartProxy}.
endif::[]
+
{SmartProxyServers} are required in {Project} deployments that manage IT infrastructure spanning across multiple networks and useful for {Project} deployments across various geographical locations.
Loading