From e6a190287a7ae8c683022604e94bfd8ba9332117 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 May 2020 17:09:33 -0700 Subject: [PATCH] iad2: batcave01.iad: no vpn for now Signed-off-by: Kevin Fenzi --- playbooks/groups/batcave.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 9e045311eb..1fa9aa2e63 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -33,7 +33,8 @@ - role: httpd/certificate certname: "{{wildcard_cert_name}}" SSLCertificateChainFile: "{{wildcard_int_file}}" - - openvpn/client + - role: openvpn/client + when: datacenter != 'iad2' - role: rabbit/user username: "mirror_pagure_ansible{{ env_suffix }}" when: datacenter != 'iad2'