Add vpn to sundries servers

This commit is contained in:
Kevin Fenzi 2014-04-22 18:59:32 +00:00
parent 6f27363b3f
commit 90ddd2da30

View file

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