os-cluster: do not install vpn in iad2 for now

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-14 14:58:44 -07:00
parent 14d6353927
commit cff5bed5f2

View file

@ -21,7 +21,7 @@
- rsyncd
- sudo
- { role: openvpn/client,
when: env != "staging" and 'os_control' not in group_names }
when: env != "staging" and 'os_control' not in group_names and datacenter != 'iad2' }
tasks:
- name: put openshift repo on os- systems