dont install vpn on control hosts

This commit is contained in:
Kevin Fenzi 2017-08-22 22:51:00 +00:00
parent 0ed471745c
commit c811a481b9

View file

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