bab6fcad3c
Now that we've got base server stuff rewritten in ansible, remove the old puppet versions. Depends-On: https://review.openstack.org/588326 Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
19 lines
340 B
YAML
19 lines
340 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
|
|
|
|
- hosts: "puppet:!disabled"
|
|
roles:
|
|
- disable-puppet-agent
|
|
|
|
- hosts: "!ci-backup:!disabled"
|
|
roles:
|
|
- exim
|