From 163446f4dc222e739cb22ba707e238438658601c Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 18 Jul 2025 10:44:39 +0200 Subject: [PATCH] [ipa] Add ipa machines to VPN The IPA machines are currently not reachable through VPN. This is because they are missing firewall rules for VPN as they need to have vpn variable set to include them. --- inventory/group_vars/ipa | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/ipa b/inventory/group_vars/ipa index 4925895520..0c023273a0 100644 --- a/inventory/group_vars/ipa +++ b/inventory/group_vars/ipa @@ -20,3 +20,4 @@ num_cpus: 8 primary_auth_source: ipa tcp_ports: [80, 88, 389, 443, 464, 636] udp_ports: [88, 464] +vpn: true