diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-04-22 18:59:32 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-04-22 18:59:32 +0000 |
commit | 90ddd2da30044ab6129515e5c5c86dd4e096212c (patch) | |
tree | 91ae0226e2956d8add5ccce6b1cfdddde1dcf8c9 | |
parent | 6f27363b3f55669793aecd30a859e2afd6453e9b (diff) | |
download | ansible-90ddd2da30044ab6129515e5c5c86dd4e096212c.tar.gz ansible-90ddd2da30044ab6129515e5c5c86dd4e096212c.tar.xz ansible-90ddd2da30044ab6129515e5c5c86dd4e096212c.zip |
Add vpn to sundries servers
-rw-r--r-- | playbooks/groups/sundries.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 228ec4813..bd6839329 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -48,6 +48,8 @@ - include: "{{ tasks }}/sudo.yml" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml" + - include: "{{ tasks }}/openvpn_client.yml" + when: env != "staging" handlers: - include: "{{ handlers }}/restart_services.yml" |