diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-22 22:51:00 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-22 22:51:00 +0000 |
commit | c811a481b9cebd087f27231cd7901de76ed2c574 (patch) | |
tree | 95a70d489f110fdd3a34289bfc2e20c3c0f02c1f | |
parent | 0ed471745c50d9e3ab9043d70827edcdc10558db (diff) | |
download | ansible-c811a481b9cebd087f27231cd7901de76ed2c574.tar.gz ansible-c811a481b9cebd087f27231cd7901de76ed2c574.tar.xz ansible-c811a481b9cebd087f27231cd7901de76ed2c574.zip |
dont install vpn on control hosts
-rw-r--r-- | playbooks/groups/os-cluster.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index ab7d9dc48..9dc2634d2 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -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 |