48 lines
1.2 KiB
Org Mode
48 lines
1.2 KiB
Org Mode
---
|
|
datacenter: internetx
|
|
dns1: 8.8.8.8
|
|
dns2: 8.8.4.4
|
|
dns_search1: "vpn.fedoraproject.org"
|
|
dns_search2: "fedoraproject.org"
|
|
eth0_ipv4_ip: 85.236.55.6
|
|
eth0_ipv4_gw: 85.236.55.1
|
|
eth0_ipv4_nm: 28
|
|
eth0_ipv6_ip: "2001:4178:2:1269::fed2"
|
|
eth0_ipv6_gw: "2001:4178:2:1269::1"
|
|
eth0_ipv6_nm: 64
|
|
freezes: true
|
|
has_ipv4: yes
|
|
has_ipv6: true
|
|
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/38/Server/x86_64/os/
|
|
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
|
|
max_mem_size: 65536
|
|
mem_size: 24576
|
|
network_connections:
|
|
- autoconnect: yes
|
|
ip:
|
|
address:
|
|
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
|
|
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
|
|
dhcp4: no
|
|
dns:
|
|
- "{{ dns1 }}"
|
|
- "{{ dns2 }}"
|
|
- 2001:4860:4860::8888
|
|
dns_search:
|
|
- "{{ dns_search1 }}"
|
|
- "{{ dns_search2 }}"
|
|
gateway4: "{{ eth0_ipv4_gw }}"
|
|
gateway6: "{{ eth0_ipv6_gw }}"
|
|
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
name: eth0
|
|
type: ethernet
|
|
nrpe_procs_crit: 1400
|
|
nrpe_procs_warn: 1200
|
|
num_cpus: 4
|
|
postfix_group: vpn
|
|
public_hostname: proxy02.fedoraproject.org
|
|
# This is consumed by the roles/fedora-web/main role
|
|
sponsor: internetx
|
|
vmhost: internetx02.fedoraproject.org
|
|
volgroup: /dev/vg_guests
|
|
vpn: true
|