Monty Taylor 67212c3ef2 Clean up base playbook
We're going to try using this in some other organizations, so
simplify thing.

Add in a flush handlers so that we don't have to split plays.
Remove kubernetes group, this isn't actually a thing right now.

Change-Id: I26b21aa8ffca1ac5112136831aa7664d5c3becac
2020-05-27 16:28:37 -05:00

13 lines
226 B
YAML

- hosts: "!disabled"
name: "Base: set up common environment on all hosts"
roles:
- users
- base-repos
- base-server
- timezone
- unbound
- exim
- disable-puppet-agent
- snmpd
- iptables