Fix things that are now roles
This commit is contained in:
parent
efe93c8943
commit
1033b5552e
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
- hosts
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- denyhosts
|
- denyhosts
|
||||||
- nagios_client
|
- nagios_client
|
||||||
|
@ -39,13 +40,12 @@
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- fas_server
|
- fas_server
|
||||||
|
- sudo
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/hosts.yml"
|
|
||||||
- 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 }}/sudo.yml"
|
|
||||||
- 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