proxy14.fedoraproject.org moved to linux-system-roles networking
This commit is contained in:
parent
a4f772d36f
commit
f32bd74d71
1 changed files with 50 additions and 19 deletions
|
@ -1,31 +1,62 @@
|
||||||
---
|
---
|
||||||
nm: 255.255.255.0
|
freezes: true
|
||||||
gw: 8.43.85.254
|
|
||||||
dns: 8.8.8.8
|
|
||||||
dns1: 8.8.8.8
|
|
||||||
dns2: 8.8.4.4
|
|
||||||
|
|
||||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-fedora
|
datacenter: rdu-cc
|
||||||
ks_repo: http://209.132.181.6/pub/fedora/linux/releases/33/Server/x86_64/os/
|
|
||||||
|
# This is consumed by the roles/fedora-web/main role
|
||||||
|
sponsor: redhat
|
||||||
|
|
||||||
vmhost: virthost-cc-rdu01.fedoraproject.org
|
vmhost: virthost-cc-rdu01.fedoraproject.org
|
||||||
volgroup: /dev/vg_guests
|
volgroup: /dev/vg_guests
|
||||||
|
|
||||||
eth0_ip: 8.43.85.67
|
mem_size: 16384
|
||||||
eth0_nm: 255.255.255.0
|
max_mem_size: 32768
|
||||||
has_ipv6: true
|
num_cpus: 8
|
||||||
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed7"
|
|
||||||
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-fedora
|
||||||
|
ks_repo: http://209.132.181.6/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||||
|
|
||||||
|
dns1: 8.8.8.8
|
||||||
|
dns2: 8.8.4.4
|
||||||
|
|
||||||
|
dns_search1: "vpn.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
eth0_ipv4: 8.43.85.67
|
||||||
|
eth0_ipv4_nm: 24
|
||||||
|
eth0_ipv4_gw: 8.43.85.254
|
||||||
|
|
||||||
|
has_ipv6: yes
|
||||||
|
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed7"
|
||||||
|
eth0_ipv6_nm: 64
|
||||||
|
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||||
|
|
||||||
|
mac0: 52:54:00:19:67:0C
|
||||||
|
|
||||||
|
network_connections:
|
||||||
|
- name: eth0
|
||||||
|
mac: "{{ mac0 }}"
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||||
|
- "{{ eth0_ipv6 }}/{{ eth0_ipv6_nm }}"
|
||||||
|
gateway4: "{{ eth0_ipv4_gw }}"
|
||||||
|
gateway6: "{{ eth0_ipv6_gw }}"
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
dhcp4: no
|
||||||
|
auto6: no
|
||||||
|
|
||||||
# This is consumed by the roles/fedora-web/main role
|
|
||||||
sponsor: redhat
|
|
||||||
datacenter: rdu-cc
|
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
vpn: true
|
vpn: true
|
||||||
|
|
||||||
nrpe_procs_warn: 1200
|
nrpe_procs_warn: 1200
|
||||||
nrpe_procs_crit: 1400
|
nrpe_procs_crit: 1400
|
||||||
|
|
||||||
mem_size: 16384
|
|
||||||
max_mem_size: 32768
|
|
||||||
num_cpus: 8
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue