Drop some iptables restarting thats not needed.

This commit is contained in:
Kevin Fenzi 2014-01-25 19:29:37 +00:00
parent 0c3a84f841
commit 1ec4410d43
2 changed files with 1 additions and 2 deletions

View file

@ -138,7 +138,6 @@
- name: enable services and start them
service: name={{ item }} enabled=true state=started
with_items:
- iptables
- kojid
- ntpd
- nfs-lock

View file

@ -3,4 +3,4 @@ dist_tag: f{{ ansible_distribution_version }}
base_pkgs_inst: ['iptables-services' ]
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
service_disabled: [ ]
service_enabled: ['iptables','auditd']
service_enabled: ['auditd']