Move elections back to the tasks
This commit is contained in:
parent
ecd9d72382
commit
041ebfa229
1 changed files with 4 additions and 2 deletions
|
@ -35,13 +35,15 @@
|
||||||
- fas_client
|
- fas_client
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- sudo
|
- sudo
|
||||||
- { role: openvpn/client,
|
# - { role: openvpn/client,
|
||||||
when: env != "staging" }
|
# when: env != "staging" }
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
- include: "{{ tasks }}/2fa_client.yml"
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
- include: "{{ tasks }}/motd.yml"
|
- include: "{{ tasks }}/motd.yml"
|
||||||
|
- include: "{{ tasks }}/openvpn_client.yml"
|
||||||
|
when: env != "staging"
|
||||||
- include: "{{ tasks }}/apache.yml"
|
- include: "{{ tasks }}/apache.yml"
|
||||||
- include: "{{ tasks }}/mod_wsgi.yml"
|
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue