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: