add iptables-services to fedora boxes b/c apparently the world hates me
This commit is contained in:
parent
cab2631700
commit
0068a5b9c7
1 changed files with 19 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: default pkgs to remove
|
||||
- name: default pkgs to remove on rhel
|
||||
action: yum state=removed name=$item
|
||||
with_items:
|
||||
- logwatch
|
||||
|
@ -57,6 +57,24 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: default pkgs to remove on fedora
|
||||
action: yum state=removed name=$item
|
||||
with_items:
|
||||
- firewalld
|
||||
- PackageKit*
|
||||
- sendmail
|
||||
only_if: '$is_fedora'
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: pkgs to install on fedora
|
||||
action: yum state=removed name=$item
|
||||
with_items:
|
||||
- iptables-services
|
||||
only_if: '$is_fedora'
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: disabled services
|
||||
action: service state=stopped enabled=false name=$item
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue