--- csi_relationship: | ns05 is a master dns server. It serves about every domain under fedoraproject, fedo*, as well as others, both forward and reverse. * This host relies on: - The virthost it's hosted on (internetx02.fedoraproject.org) - batcave for dns git and keys - connectivity to maxmind to create geoIP dns acl * Things that rely on this host: - The Internet/Community to resolve everything related to fedora and reverse-IP for allocated subnets - If this host is down, dns queries will slow down by the portion of this host to the total name servers responsible for the same domain set. - secodary/slave dns servers datacenter: internetx dns1: 62.116.130.3 dns2: 8.8.8.8 dns_search1: vpn.fedoraproject.org dns_search2: fedoraproject.org eth0_ipv4_gw: 85.236.55.1 eth0_ipv4_ip: 85.236.55.10 eth0_ipv4_nm: 28 eth0_ipv6_gw: "2001:4178:2:1269::1" eth0_ipv6_ip: "2001:4178:2:1269:dead:beef:cafe:fed5" eth0_ipv6_nm: 64 eth0_nm: 255.255.255.240 has_ipv6: yes ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel network_connections: - autoconnect: yes ip: address: - "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}" - "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}" dhcp4: no dns: - "{{ dns1 }}" - "{{ dns2 }}" dns_search: - "{{ dns_search1 }}" - "{{ dns_search2 }}" gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet postfix_group: vpn vmhost: internetx02.fedoraproject.org volgroup: /dev/vg_guests vpn: true