Logrotate #2
1 changed files with 5 additions and 0 deletions
5
base.yml
5
base.yml
|
@ -10,3 +10,8 @@
|
||||||
- hosts: all,!unifi
|
- hosts: all,!unifi
|
||||||
roles:
|
roles:
|
||||||
- ldap_client
|
- ldap_client
|
||||||
|
|
||||||
|
# Install logrotate
|
||||||
|
- hosts: all,!unifi,!pve:children
|
||||||
|
roles:
|
||||||
|
- logrotate
|
||||||
|
|
Loading…
Reference in a new issue