From 09746514b88bbed7f98a8b88b497052e10ee7f75 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 28 Nov 2017 20:41:28 +0000 Subject: [PATCH] put in bastion13 and start building --- inventory/inventory | 1 + playbooks/groups/bastion.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 8409ef6580..aa39cd537b 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -109,6 +109,7 @@ basset01.stg.phx2.fedoraproject.org bastion01.phx2.fedoraproject.org bastion02.phx2.fedoraproject.org bastion-comm01.qa.fedoraproject.org +bastion13.rdu2.fedoraproject.org [blockerbugs] blockerbugs01.phx2.fedoraproject.org diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 41a4054c35..7ef1f059d9 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -18,8 +18,8 @@ - fas_client - sudo - collectd/base - - { role: openvpn/server, when: not inventory_hostname.startswith('bastion-comm01') } - - { role: packager_alias, when: not inventory_hostname.startswith('bastion-comm01') } + - { role: openvpn/server, when: not inventory_hostname.startswith('bastion-comm01') or inventory_hostname.startswith('bastion13') } + - { role: packager_alias, when: not inventory_hostname.startswith('bastion-comm01') or inventory_hostname.startswith('bastion13') } - opendkim tasks: