mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-13 21:27:48 +02:00
logging fixes
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
- apparmor-utils
|
||||
- uuid-runtime
|
||||
- coreutils
|
||||
- rsyslog
|
||||
- sendmail
|
||||
- iptables-persistent
|
||||
- cgroup-tools
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
|
||||
# Rsyslog
|
||||
|
||||
- name: Rsyslog installed
|
||||
apt: name=rsyslog state=latest
|
||||
|
||||
- name: Rsyslog configured
|
||||
template: src=rsyslog.conf.j2 dest=/etc/rsyslog.conf
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user