More cleanup, audit and rsyslog

This commit is contained in:
Kevin Fenzi 2014-01-25 18:45:57 +00:00
parent 2d9e1d1f10
commit 4ce16944b9
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,6 @@
- name: clean up packages we do not need
action: yum state=removed pkg={{ item }}
with_items:
- audit
- 'cronie\*'
- name: add pkgs
@ -54,6 +53,8 @@
- kernel-firmware
- ntp
- ntpdate
- rsyslog
- audit
- name: /etc/kojid/kojid.conf
action: copy src="{{ files }}/kojibuilder/kojid.conf" dest=/etc/kojid/kojid.conf
@ -61,7 +62,6 @@
notify:
- restart kojid
- name: arm /etc/kojid/kojid.conf
action: copy src="{{ files }}/kojibuilder/arm-kojid.conf" dest=/etc/kojid/kojid.conf
when: inventory_hostname.startswith(('arm01','arm03'))

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: [ ]
service_enabled: ['iptables','audit']