ansible/inventory/host_vars/proxy05.fedoraproject.org
Kevin Fenzi 7cb3fddb79 host vars: drop auto6: no from connection profiles
Turns out the current version of linux-system-roles network doesn't like
setting ipv6 no and setting search domains since NetworkManager wants to
set them for both ipv4 and ipv6. There's some upstream fix, but not in
our current version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 19:33:50 -08:00

45 lines
970 B
Org Mode

---
datacenter: host1plus
dns1: 8.8.8.8
dns2: 8.8.4.4
dns_search1: "vpn.fedoraproject.org"
dns_search2: "fedoraproject.org"
eth0_ipv4: 185.141.165.254
eth0_ipv4_gw: 185.141.164.1
eth0_ipv4_nm: 23
freezes: true
has_ipv4: yes
mac0: "06:5b:86:00:06:60"
nagios_Check_Services:
dhcpd: false
httpd: true
named: false
nrpe: true
sshd: true
swap: false
network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ mac0 }}"
name: eth0
type: ethernet
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
postfix_group: vpn
public_hostname: proxy05.fedoraproject.org
# This is now a cloud instance provided by host1plus
# vmhost: none
# This is consumed by the roles/fedora-web/main role
sponsor: host1plus
vpn: true