Drop denyhosts and we will use openvpn 7 in prod

This commit is contained in:
Kevin Fenzi 2014-07-01 21:26:54 +00:00
parent 0dc47ea8bf
commit fff81da2b7

View file

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