From e4382df8af62f27e8f9310881ad810efa6da3e0d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 7 Sep 2018 10:58:32 -0700 Subject: [PATCH] Move the !ci-backup play next to the rest of the servers This is fundamental stuff, it should stay together. Change-Id: I160512e02197f41a7ac5b63b844e62e1cf703e2e --- playbooks/base.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/base.yaml b/playbooks/base.yaml index cbbde879f0..767709d9a0 100644 --- a/playbooks/base.yaml +++ b/playbooks/base.yaml @@ -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