Simplify base.yml

This commit is contained in:
Alexandre Iooss 2021-11-28 08:58:43 +01:00
parent 1133f614e4
commit 9bb2d3f324

View file

@ -6,13 +6,9 @@
- baseconfig
- basesecurity
- update_motd
# Plug LDAP on all servers
- hosts: all,!unifi
roles:
- ldap_client
# Install logrotate
# Install logrotate on all servers except PVE
- hosts: all,!unifi,!pve
roles:
- logrotate