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:
James E. Blair 2018-09-07 10:58:32 -07:00
parent 2eee43e627
commit e4382df8af
1 changed files with 7 additions and 7 deletions

View File

@ -13,6 +13,13 @@
- timezone
- 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
name: "Base: configure OpenStackSDK on bridge"
tasks:
@ -38,10 +45,3 @@
roles:
- puppet-install
- disable-puppet-agent
- hosts: "!ci-backup:!disabled"
name: "Base: set up common environment on all hosts (except backup)"
roles:
- exim
- iptables
- snmpd