ansible/playbooks/base.yml

11 lines
197 B
YAML
Raw Normal View History

2020-05-03 18:45:07 +02:00
#!/usr/bin/env ansible-playbook
2018-12-23 12:20:19 +01:00
---
# Put a common configuration on all servers
2019-11-01 15:38:35 +01:00
- hosts: all,!unifi
2018-12-23 12:20:19 +01:00
roles:
2019-07-22 21:04:58 +02:00
- baseconfig
- basesecurity
2020-11-04 19:36:40 +01:00
- ldap_client
2021-01-23 14:35:03 +01:00
- logrotate
2021-11-28 10:15:38 +01:00
- update_motd