rkhunter isn't in epel7 yet, need to fix that.
This commit is contained in:
parent
a81c6dee27
commit
c1839d9f64
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/virt_instance_create.yml"
|
- include: "{{ tasks }}/virt_instance_create.yml"
|
||||||
- include: "{{ tasks }}/accelerate_prep.yml"
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- rkhunter
|
- {role: rkhunter, when: ansible_distribution_major_version != 7}
|
||||||
- denyhosts
|
- denyhosts
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- fas_client
|
- fas_client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue