fix the remote proxy dns to point to the right things in ifcfg
This commit is contained in:
parent
36a6a49399
commit
8f76cd7a85
10 changed files with 20 additions and 1 deletions
|
@ -14,6 +14,8 @@ eth0_nm: 255.255.255.240
|
|||
has_ipv6: true
|
||||
eth0_ipv6: "2001:4178:2:1269::fed2"
|
||||
eth0_ipv6_gw: "2001:4178:2:1269::1"
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: internetx
|
||||
|
|
|
@ -14,6 +14,8 @@ eth0_nm: 255.255.255.0
|
|||
has_ipv6: true
|
||||
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed6"
|
||||
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: redhat
|
||||
|
|
|
@ -14,6 +14,8 @@ eth0_nm: 255.255.255.128
|
|||
has_ipv6: yes
|
||||
eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed3"
|
||||
eth0_ipv6_gw: "2610:28:3090:3001::1"
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: ibiblio
|
||||
|
|
|
@ -16,6 +16,8 @@ dns: 8.8.8.8
|
|||
eth0_ip: 185.141.165.254
|
||||
eth0_nm: 255.255.254.0
|
||||
vpn: true
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
nagios_Check_Services:
|
||||
nrpe: true
|
||||
|
|
|
@ -15,6 +15,8 @@ eth0_nm: 255.255.255.128
|
|||
has_ipv6: yes
|
||||
eth0_ipv6: "2605:bc80:3010:600:dead:beef:cafe:fed9"
|
||||
eth0_ipv6_gw: "2605:bc80:3010:600::1"
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: osuosl
|
||||
|
|
|
@ -5,7 +5,8 @@ dns: 8.8.8.8
|
|||
|
||||
eth0_ip: 174.141.234.172
|
||||
eth0_nm: 255.255.255.0
|
||||
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: bodhost
|
||||
datacenter: bodhost
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
nm: 255.255.255.192
|
||||
gw: 140.211.169.193
|
||||
dns: 8.8.8.8
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
max_mem_size: 8192
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ nm: 255.255.255.248
|
|||
gw: 67.219.144.65
|
||||
dns: 8.8.8.8
|
||||
num_cpus: 10
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
|
||||
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/
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
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
|
||||
ks_repo: http://209.132.181.6/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
nm: 255.255.255.0
|
||||
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
|
||||
ks_repo: http://209.132.181.6/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue