virthost: don't setup vpn for cloud virthosts

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-03-12 02:03:32 +00:00
parent 9a26f26b92
commit 312e933c89

View file

@ -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: