Rever the fedocal playbook to the openvpn tasks, we can find better testing ground

Revert "Update the fedocal playbook to use the openvpn role"

This reverts commit f908dbbc5b.
This commit is contained in:
Pierre-Yves Chibon 2014-08-01 16:19:25 +02:00
parent f908dbbc5b
commit 02730dbeb4

View file

@ -40,13 +40,13 @@
- fas_client
- rsyncd
- sudo
- 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 }}/apache.yml"
- include: "{{ tasks }}/mod_wsgi.yml"