Move the elections playbook to the openvpn role
This commit is contained in:
parent
02730dbeb4
commit
9feeb84ca3
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue