10 lines
197 B
YAML
Executable file
10 lines
197 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# Put a common configuration on all servers
|
|
- hosts: all,!unifi
|
|
roles:
|
|
- baseconfig
|
|
- basesecurity
|
|
- ldap_client
|
|
- logrotate
|
|
- update_motd
|