
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
13 lines
226 B
YAML
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
|