internetx02 enters the arena
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fa64313a2f
commit
00057ef856
4 changed files with 48 additions and 2 deletions
42
inventory/host_vars/internetx02.fedoraproject.org
Normal file
42
inventory/host_vars/internetx02.fedoraproject.org
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
br0_ipv4: 85.236.55.5
|
||||||
|
br0_ipv4_gw: 85.236.55.1
|
||||||
|
br0_ipv4_nm: 28
|
||||||
|
br0_ipv6: 2001:4178:2:1269::15
|
||||||
|
br0_ipv6_gw: 2001:4178:2:1269::1
|
||||||
|
br0_ipv6_nm: 64
|
||||||
|
br0_port0_mac: '{{ mac0 }}'
|
||||||
|
datacenter: internetx
|
||||||
|
dns1: 8.8.8.8
|
||||||
|
dns_search1: fedoraproject.org
|
||||||
|
dns_search2: vpn.fedoraproject.org
|
||||||
|
has_ipv4: true
|
||||||
|
has_ipv6: true
|
||||||
|
mac0: 50:9a:4c:6d:b0:9a
|
||||||
|
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
|
||||||
|
virthost: true
|
||||||
|
vpn: true
|
|
@ -97,6 +97,7 @@ ibiblio01.fedoraproject.org
|
||||||
#ibiblio04.fedoraproject.org
|
#ibiblio04.fedoraproject.org
|
||||||
ibiblio05.fedoraproject.org
|
ibiblio05.fedoraproject.org
|
||||||
internetx01.fedoraproject.org
|
internetx01.fedoraproject.org
|
||||||
|
internetx02.fedoraproject.org
|
||||||
osuosl01.fedoraproject.org
|
osuosl01.fedoraproject.org
|
||||||
virthost-rdu01.fedoraproject.org
|
virthost-rdu01.fedoraproject.org
|
||||||
#virthost-rdu02.fedoraproject.org
|
#virthost-rdu02.fedoraproject.org
|
||||||
|
|
|
@ -61,7 +61,8 @@ exclude = httpd*
|
||||||
exclude = git*
|
exclude = git*
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if inventory_hostname.startswith('pkgs') %}
|
{% if inventory_hostname.startswith('pkgs') %}
|
||||||
# exclude mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
|
# exclude jq-1.6-3.el8
|
||||||
# as it's causing segfaults in https pushes
|
# as it's causing segfaults in https pushes
|
||||||
exclude = mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
|
# by running out of memory
|
||||||
|
exclude = jq-1.6-3.el8
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
ifconfig-push 192.168.1.77 192.168.0.77
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue