Drop some iptables restarting thats not needed.
This commit is contained in:
parent
0c3a84f841
commit
1ec4410d43
2 changed files with 1 additions and 2 deletions
|
@ -138,7 +138,6 @@
|
||||||
- name: enable services and start them
|
- name: enable services and start them
|
||||||
service: name={{ item }} enabled=true state=started
|
service: name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
- iptables
|
|
||||||
- kojid
|
- kojid
|
||||||
- ntpd
|
- ntpd
|
||||||
- nfs-lock
|
- nfs-lock
|
||||||
|
|
|
@ -3,4 +3,4 @@ dist_tag: f{{ ansible_distribution_version }}
|
||||||
base_pkgs_inst: ['iptables-services' ]
|
base_pkgs_inst: ['iptables-services' ]
|
||||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
||||||
service_disabled: [ ]
|
service_disabled: [ ]
|
||||||
service_enabled: ['iptables','auditd']
|
service_enabled: ['auditd']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue