From e8d1095e67c0cc416627158ecb9dc87c092a6e82 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 17 Jul 2025 17:34:43 +0200 Subject: [PATCH] [hosts] Add ipa vpn entries to cloud hosts Most of the cloud hosts are on VPN, this will allow them to reach the IPA hosts. --- roles/hosts/files/cloud-hosts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/hosts/files/cloud-hosts b/roles/hosts/files/cloud-hosts index 849c10d456..fe6a760640 100644 --- a/roles/hosts/files/cloud-hosts +++ b/roles/hosts/files/cloud-hosts @@ -1,2 +1,7 @@ 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.rdu3.fedoraproject.org +192.168.1.157 ipa02.rdu3.fedoraproject.org +192.168.1.162 ipa03.rdu3.fedoraproject.org