From 3668fed1d7f7b5292f1ed27e60c9a9a5328e5d5c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 2 Aug 2014 15:23:57 +0000 Subject: [PATCH] phx2 virthosts don't need to be on the vpn, only remote ones. --- playbooks/groups/virthost.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 04acba7f41..8957dd9255 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -23,8 +23,7 @@ - collectd/base - { role: iscsi_client, when: datacenter == "phx2" } - sudo - - { role: openvpn/client, - when: env != "staging" } + - { role: openvpn/client, when: datacenter != "phx2" } tasks: - include: "{{ tasks }}/yumrepos.yml"