proxy101.iad2.fedoraproject.org moved to linux-system-roles networking
This commit is contained in:
parent
15d9c5ff31
commit
4656b4849b
1 changed files with 41 additions and 11 deletions
|
@ -1,21 +1,51 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.33
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
|
||||
vmhost: vmhost-x86-02.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 10.3.163.76
|
||||
freezes: false
|
||||
|
||||
datacenter: iad2
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: redhat
|
||||
|
||||
vmhost: vmhost-x86-02.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
|
||||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "vpn.fedoraproject.org"
|
||||
dns_search3: "fedoraproject.org"
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.163.76
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
|
||||
mac0: 52:54:00:1F:48:0A
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
- "{{ dns_search3 }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
nrpe_procs_warn: 1200
|
||||
nrpe_procs_crit: 1400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue