mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
need bastions to be servers too
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# setup our servers
|
||||
{% if datacenter == 'phx2' %}
|
||||
{% if datacenter == 'phx2' and not ansible_hostname.startswith('bastion') %}
|
||||
server bastion01.phx2.fedoraproject.org iburst
|
||||
server bastion02.phx2.fedoraproject.org iburst
|
||||
{% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %}
|
||||
|
||||
Reference in New Issue
Block a user