Add logrotate to the base playbook

This commit is contained in:
otthorn 2021-01-23 14:35:03 +01:00
parent 0122a293eb
commit 0d9fd16030

View file

@ -10,3 +10,8 @@
- hosts: all,!unifi
roles:
- ldap_client
# Install logrotate
- hosts: all,!unifi,!pve:children
roles:
- logrotate