Move back to the openvpn role

This commit is contained in:
Pierre-Yves Chibon 2014-08-01 17:05:11 +02:00
parent d26ae5df9f
commit e070415e34

View file

@ -35,15 +35,15 @@
- fas_client
- rsyncd
- sudo
# - { role: openvpn/client,
# when: env != "staging" }
- { role: openvpn/client,
when: env != "staging" }
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/openvpn_client.yml"
when: env != "staging"
# - include: "{{ tasks }}/openvpn_client.yml"
# when: env != "staging"
- include: "{{ tasks }}/apache.yml"
- include: "{{ tasks }}/mod_wsgi.yml"