[copr/base] removed fail2ban since it's unusable

This commit is contained in:
Valentin Gologuzov 2015-06-01 18:28:59 +02:00
parent b01370a431
commit 9e61b9c788

View file

@ -28,7 +28,6 @@
yum: state=present pkg={{ item }} yum: state=present pkg={{ item }}
with_items: with_items:
#- "copr-selinux" #- "copr-selinux"
- "fail2ban"
- "system-config-firewall-base" - "system-config-firewall-base"
- "nrpe" - "nrpe"
tags: tags:
@ -47,9 +46,3 @@
lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS= lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS=
tags: tags:
- config - config
- name: enable services
service: state=running enabled=yes name={{ item }}
with_items:
- fail2ban