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
|
- baseconfig
|
||||||
- basesecurity
|
- basesecurity
|
||||||
- update_motd
|
- update_motd
|
||||||
|
|
||||||
# Plug LDAP on all servers
|
|
||||||
- hosts: all,!unifi
|
|
||||||
roles:
|
|
||||||
- ldap_client
|
- ldap_client
|
||||||
|
|
||||||
# Install logrotate
|
# Install logrotate on all servers except PVE
|
||||||
- hosts: all,!unifi,!pve
|
- hosts: all,!unifi,!pve
|
||||||
roles:
|
roles:
|
||||||
- logrotate
|
- logrotate
|
||||||
|
|
Loading…
Reference in a new issue