mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
bastion01.rdu3: A wild bastion01.rdu3 appears, lets try and configure it.
This should setup a already installed bastion01.rdu3 vm so we can use it to get to other rdu3 machines. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -4,6 +4,9 @@ server bastion01.iad2.fedoraproject.org iburst
|
||||
server bastion02.iad2.fedoraproject.org iburst
|
||||
{% elif datacenter == 'cloud' and not ansible_hostname.startswith('cloud-noc') %}
|
||||
server cloud-noc01.fedorainfracloud.org port 124
|
||||
{% elif datacenter == 'rdu3' and ot ansible_hostname.startswith('bastion') %}
|
||||
server bastion01.rdu3.fedoraproject.org iburst
|
||||
server bastion02.rdu3.fedoraproject.org iburst
|
||||
{% elif datacenter == 'cloud' and ansible_hostname.startswith('cloud-noc') %}
|
||||
server 0.rhel.pool.ntp.org iburst
|
||||
server 1.rhel.pool.ntp.org iburst
|
||||
|
||||
Reference in New Issue
Block a user