ansible/playbooks/base.yml
2021-11-28 08:58:43 +01:00

15 lines
278 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
# Put a common configuration on all servers
- hosts: all,!unifi
roles:
- baseconfig
- basesecurity
- update_motd
- ldap_client
# Install logrotate on all servers except PVE
- hosts: all,!unifi,!pve
roles:
- logrotate