3d166f99f6
Add it to the base playbook and add a testinfra test for it. Change-Id: Id5098f33aac213e6add6f061684d0214dc99ab5b
23 lines
396 B
YAML
23 lines
396 B
YAML
- hosts: "!disabled"
|
|
roles:
|
|
- users
|
|
- base-repos
|
|
|
|
# Run base-server seperately so that the update apt cache handler in base-repos
|
|
# fires before we run base-server
|
|
- hosts: "!disabled"
|
|
roles:
|
|
- base-server
|
|
- timezone
|
|
- unbound
|
|
|
|
- hosts: "puppet:!disabled"
|
|
roles:
|
|
- disable-puppet-agent
|
|
|
|
- hosts: "!ci-backup:!disabled"
|
|
roles:
|
|
- exim
|
|
- iptables
|
|
- snmpd
|