need bastions to be servers too
This commit is contained in:
parent
6bdc749a76
commit
b5c368da1e
1 changed files with 1 additions and 1 deletions
|
@ -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') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue