2014-12-07 19:24:22 +00:00
|
|
|
---
|
2021-11-16 13:27:57 -08:00
|
|
|
csi_relationship: |2
|
|
|
|
ns02 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 (ibiblio05.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
|
2014-12-07 19:24:22 +00:00
|
|
|
datacenter: ibiblio
|
2021-11-08 17:24:44 -08:00
|
|
|
dns1: 152.2.21.1
|
|
|
|
dns2: 152.2.253.100
|
|
|
|
dns_search1: vpn.fedoraproject.org
|
|
|
|
dns_search2: fedoraproject.org
|
2023-01-30 13:34:21 -08:00
|
|
|
eth0_ipv4_ip: 152.19.134.139
|
2021-11-16 13:27:57 -08:00
|
|
|
eth0_ipv4_gw: 152.19.134.129
|
|
|
|
eth0_ipv4_nm: 25
|
2023-01-30 13:34:21 -08:00
|
|
|
eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed7"
|
2021-11-16 13:27:57 -08:00
|
|
|
eth0_ipv6_gw: "2600:2701:4000:5211::1"
|
|
|
|
eth0_ipv6_nm: 104
|
|
|
|
has_ipv6: yes
|
2023-01-30 13:32:11 -08:00
|
|
|
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
|
|
|
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
2021-11-08 17:24:44 -08:00
|
|
|
network_connections:
|
2021-11-16 13:27:57 -08:00
|
|
|
- autoconnect: yes
|
2021-11-08 17:24:44 -08:00
|
|
|
ip:
|
|
|
|
address:
|
2023-01-30 13:34:21 -08:00
|
|
|
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
|
|
|
|
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
|
2021-11-16 13:27:57 -08:00
|
|
|
dhcp4: no
|
2021-11-08 17:24:44 -08:00
|
|
|
dns:
|
2021-11-16 13:27:57 -08:00
|
|
|
- "{{ dns1 }}"
|
|
|
|
- "{{ dns2 }}"
|
|
|
|
- 2001:4860:4860::8888
|
2021-11-08 17:24:44 -08:00
|
|
|
dns_search:
|
2021-11-16 13:27:57 -08:00
|
|
|
- "{{ 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: ibiblio05.fedoraproject.org
|
|
|
|
volgroup: /dev/vg_guests
|
|
|
|
vpn: true
|