mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
and you should use a variable that is already in existance versus make up your own
This commit is contained in:
@@ -33,4 +33,4 @@ num_cpus: 8
|
||||
|
||||
vpn: false
|
||||
|
||||
external_hostname: dl01.fedoraproject.org
|
||||
public_hostname: dl01.fedoraproject.org
|
||||
|
||||
@@ -33,4 +33,4 @@ num_cpus: 8
|
||||
|
||||
vpn: false
|
||||
|
||||
external_hostname: dl02.fedoraproject.org
|
||||
public_hostname: dl02.fedoraproject.org
|
||||
|
||||
@@ -3,4 +3,4 @@ gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.95
|
||||
eth1_ip: 10.5.127.103
|
||||
|
||||
external_hostname: dl03.fedoraproject.org
|
||||
public_hostname: dl03.fedoraproject.org
|
||||
|
||||
@@ -3,4 +3,4 @@ gw: 10.5.126.254
|
||||
eth0_ip: 10.5.126.96
|
||||
eth1_ip: 10.5.127.104
|
||||
|
||||
external_hostname: dl04.fedoraproject.org
|
||||
public_hostname: dl04.fedoraproject.org
|
||||
|
||||
@@ -5,4 +5,4 @@ eth1_ip: 10.5.127.105
|
||||
# This is a tier1 only host
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}-tier1"
|
||||
|
||||
external_hostname: dl05.fedoraproject.org
|
||||
public_hostname: dl05.fedoraproject.org
|
||||
|
||||
@@ -12,4 +12,4 @@ See http://fedoraproject.org/wiki/Infrastructure/Mirroring for
|
||||
further instructions.
|
||||
----------------------------
|
||||
|
||||
You have connected to {{ external_hostname }}
|
||||
You have connected to {{ public_hostname }}
|
||||
|
||||
Reference in New Issue
Block a user