Move the !ci-backup play next to the rest of the servers
This is fundamental stuff, it should stay together. Change-Id: I160512e02197f41a7ac5b63b844e62e1cf703e2e
This commit is contained in:
parent
2eee43e627
commit
e4382df8af
@ -13,6 +13,13 @@
|
|||||||
- timezone
|
- timezone
|
||||||
- unbound
|
- unbound
|
||||||
|
|
||||||
|
- hosts: "!ci-backup:!disabled"
|
||||||
|
name: "Base: set up common environment on all hosts (except backup)"
|
||||||
|
roles:
|
||||||
|
- exim
|
||||||
|
- iptables
|
||||||
|
- snmpd
|
||||||
|
|
||||||
- hosts: bridge.openstack.org:!disabled
|
- hosts: bridge.openstack.org:!disabled
|
||||||
name: "Base: configure OpenStackSDK on bridge"
|
name: "Base: configure OpenStackSDK on bridge"
|
||||||
tasks:
|
tasks:
|
||||||
@ -38,10 +45,3 @@
|
|||||||
roles:
|
roles:
|
||||||
- puppet-install
|
- puppet-install
|
||||||
- disable-puppet-agent
|
- disable-puppet-agent
|
||||||
|
|
||||||
- hosts: "!ci-backup:!disabled"
|
|
||||||
name: "Base: set up common environment on all hosts (except backup)"
|
|
||||||
roles:
|
|
||||||
- exim
|
|
||||||
- iptables
|
|
||||||
- snmpd
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user