ibiblio02: add new virthost at ibiblio
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
10a6a0a18b
commit
4f63381843
2 changed files with 44 additions and 1 deletions
42
inventory/host_vars/ibiblio02.fedoraproject.org
Normal file
42
inventory/host_vars/ibiblio02.fedoraproject.org
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
br0_ipv4: 152.19.134.169
|
||||||
|
br0_ipv4_gw: 152.19.134.129
|
||||||
|
br0_ipv4_nm: 25
|
||||||
|
br0_ipv6: 2610:28:3090:3001:dead:beef:cafe:fe02/104
|
||||||
|
br0_ipv6_gw: 2600:2701:4000:5211::1
|
||||||
|
br0_ipv6_nm: 104
|
||||||
|
br0_port0_mac: '{{ mac0 }}'
|
||||||
|
datacenter: ibiblio
|
||||||
|
dns1: 152.2.21.1
|
||||||
|
dns2: 8.8.8.8
|
||||||
|
dns_search1: fedoraproject.org
|
||||||
|
dns_search2: vpn.fedoraproject.org
|
||||||
|
has_ipv4: true
|
||||||
|
has_ipv6: true
|
||||||
|
mac0: 6c:fe:54:5d:ff:7c
|
||||||
|
network_connections:
|
||||||
|
- autoconnect: true
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}'
|
||||||
|
- '{{ br0_ipv6 }}/{{ br0_ipv6_nm }}'
|
||||||
|
dhcp4: false
|
||||||
|
dns:
|
||||||
|
- '{{ dns1 }}'
|
||||||
|
dns_search:
|
||||||
|
- '{{ dns_search1 }}'
|
||||||
|
- '{{ dns_search2 }}'
|
||||||
|
gateway4: '{{ br0_ipv4_gw }}'
|
||||||
|
gateway6: '{{ br0_ipv6_gw }}'
|
||||||
|
name: br0
|
||||||
|
state: up
|
||||||
|
type: bridge
|
||||||
|
- mac: '{{ br0_port0_mac }}'
|
||||||
|
master: br0
|
||||||
|
name: br0-port0
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
nrpe_procs_crit: 1000
|
||||||
|
nrpe_procs_warn: 900
|
||||||
|
postfix_group: vpn
|
||||||
|
vpn: true
|
|
@ -89,7 +89,7 @@ bvmhost-x86-05.stg.iad2.fedoraproject.org
|
||||||
[colo_virt]
|
[colo_virt]
|
||||||
dedicatedsolutions01.fedoraproject.org
|
dedicatedsolutions01.fedoraproject.org
|
||||||
ibiblio01.fedoraproject.org
|
ibiblio01.fedoraproject.org
|
||||||
#ibiblio04.fedoraproject.org
|
ibiblio02.fedoraproject.org
|
||||||
ibiblio05.fedoraproject.org
|
ibiblio05.fedoraproject.org
|
||||||
internetx02.fedoraproject.org
|
internetx02.fedoraproject.org
|
||||||
osuosl01.fedoraproject.org
|
osuosl01.fedoraproject.org
|
||||||
|
@ -102,6 +102,7 @@ vmhost-a64-cc01.rdu-cc.fedoraproject.org
|
||||||
|
|
||||||
[ibiblio_virt]
|
[ibiblio_virt]
|
||||||
ibiblio01.fedoraproject.org
|
ibiblio01.fedoraproject.org
|
||||||
|
ibiblio02.fedoraproject.org
|
||||||
ibiblio05.fedoraproject.org
|
ibiblio05.fedoraproject.org
|
||||||
|
|
||||||
[fedimg]
|
[fedimg]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue