c54e8f5d67
- stop using journald, write to /var/log/unbound/ - set up frequent log rotation for the huge log files we are producing
7 lines
175 B
YAML
7 lines
175 B
YAML
- name: restart unbound
|
|
systemd:
|
|
state: restarted
|
|
name: unbound
|
|
|
|
- name: read unbound apparmor config
|
|
command: apparmor_parser -r /etc/apparmor.d/usr.sbin.unbound
|