Adjust for rhel7

This commit is contained in:
Kevin Fenzi 2014-07-20 01:34:41 +00:00
parent 2df32922c8
commit 566b253f5b

View file

@ -34,7 +34,7 @@
roles:
- base
- rkhunter
- denyhosts
- { role: denyhosts, when: ansible_distribution_major_version != '7' }
- nagios_client
- hosts
- fas_client
@ -46,6 +46,9 @@
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/openvpn_client.yml"
when: ansible_distribution_major_version != '7'
- include: "{{ tasks }}/openvpn_client_7.yml"
when: ansible_distribution_major_version == '7'
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/apache.yml"