Simplify base.yml
This commit is contained in:
parent
1133f614e4
commit
9bb2d3f324
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue