From 5a8f149f6200f0e769991fe2c5d8982e2ba058c5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 5 May 2021 15:39:18 -0700 Subject: [PATCH] bastion: bastion13 has to have vpn to enroll in ipa Signed-off-by: Kevin Fenzi --- playbooks/groups/bastion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 197fcf7907..1b0cda2581 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -13,6 +13,7 @@ roles: - base - rkhunter + - { role: openvpn/client, when: inventory_hostname == 'bastion13.fedoraproject.org' } - openvpn/server - ipa/client - nagios_client