mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[repospanner] add initial host_vars for nodes in osuosl and rdu
This commit is contained in:
@@ -12,6 +12,10 @@ volgroup: /dev/vg_guests
|
||||
eth0_ip: 8.43.85.72
|
||||
eth0_nm: 255.255.255.0
|
||||
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed1"
|
||||
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||
|
||||
datacenter: rdu-cc
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 8.43.85.72
|
||||
eth0_nm: 255.255.255.0
|
||||
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed2"
|
||||
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||
|
||||
vmhost: virthost-cc-rdu02.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
datacenter: rdu-cc
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
nm: 255.255.255.128
|
||||
gw: 140.211.169.193
|
||||
dns: 8.8.8.8
|
||||
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 140.211.169.210
|
||||
eth0_nm: 255.255.255.128
|
||||
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: "2605:bc80:3010:600:dead:beef:cafe:fede"
|
||||
eth0_ipv6_gw: "2605:bc80:3010:600::1"
|
||||
|
||||
vmhost: osuosl01.fedoraproject.org
|
||||
datacenter: osuosl
|
||||
Reference in New Issue
Block a user