virthost: don't setup vpn for cloud virthosts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9a26f26b92
commit
312e933c89
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
- collectd/base
|
||||
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost'))" }
|
||||
- sudo
|
||||
- { role: openvpn/client, when: datacenter != "phx2" }
|
||||
- { role: openvpn/client, when: datacenter != "phx2" or datacenter != "cloud" }
|
||||
- virthost
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue