[copr/base] removed fail2ban since it's unusable
This commit is contained in:
parent
b01370a431
commit
9e61b9c788
1 changed files with 0 additions and 7 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue