need bastions to be servers too

This commit is contained in:
Kevin Fenzi 2018-09-27 00:52:50 +00:00
parent 6bdc749a76
commit b5c368da1e

View file

@ -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') %}