From 2b511fa419456c7b74bd4f9eef971765dc49c96e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 May 2020 14:17:40 -0700 Subject: [PATCH] iad2: no vpn for ns01.iad2 either Signed-off-by: Kevin Fenzi --- playbooks/groups/dns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/dns.yml b/playbooks/groups/dns.yml index fcff65c471..b6ca4a2c9d 100644 --- a/playbooks/groups/dns.yml +++ b/playbooks/groups/dns.yml @@ -23,7 +23,7 @@ - rsyncd - sudo - { role: openvpn/client, - when: datacenter != "phx2" and datacenter != "rdu" } + when: datacenter != "phx2" and datacenter != "rdu" and datacenter != 'iad2' } - dns pre_tasks: