mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
This requires the canonical names of IPA servers to be mapped to their IP addresses on the VPN as well as specifying the IPA server explicitly when enrolling clients. Signed-off-by: Nils Philippsen <nils@redhat.com>
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
|
|
|
# Map canonical names of IPA servers to their VPN IP addresses
|
|
192.168.1.156 ipa01.iad2.fedoraproject.org
|
|
192.168.1.157 ipa02.iad2.fedoraproject.org
|
|
192.168.1.162 ipa03.iad2.fedoraproject.org
|