roles/common: Start auditd by default

This will move the audit messages from dmesg and reduce the duplication
in the journal.
This commit is contained in:
Jan Alexander Steffens (heftig) 2019-08-02 12:37:28 +02:00
parent 0991c6f955
commit d5ab98eafd
No known key found for this signature in database
GPG key ID: A5E9288C4FA415FA

View file

@ -3,6 +3,9 @@
- name: configure pacman mirror
template: src=mirrorlist.j2 dest=/etc/pacman.d/mirrorlist owner=root group=root mode=0644
- name: start and enable auditd
service: name=auditd enabled=yes state=started
- name: remove ntp
pacman: name=ntp state=absent