[proxies] add host vars proxy39/40
This commit is contained in:
parent
0e4e9bd04f
commit
9f7b9f5d54
6 changed files with 45 additions and 1 deletions
|
@ -13,5 +13,5 @@ nrpe_procs_crit: 1400
|
|||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
||||
public_ip: 13.212.45.87
|
||||
public_ip: 13.212.97.102
|
||||
|
||||
|
|
17
inventory/host_vars/proxy39.fedoraproject.org
Normal file
17
inventory/host_vars/proxy39.fedoraproject.org
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# Skipping all the network stuff. Amazon does that all via DHCP.
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: amazon
|
||||
datacenter: aws
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
||||
nrpe_procs_warn: 1200
|
||||
nrpe_procs_crit: 1400
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
||||
public_ip: 13.244.109.203
|
||||
|
17
inventory/host_vars/proxy40.fedoraproject.org
Normal file
17
inventory/host_vars/proxy40.fedoraproject.org
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# Skipping all the network stuff. Amazon does that all via DHCP.
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: amazon
|
||||
datacenter: aws
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
||||
nrpe_procs_warn: 1200
|
||||
nrpe_procs_crit: 1400
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
||||
public_ip: 15.228.51.95
|
||||
|
|
@ -354,6 +354,8 @@ proxy35.fedoraproject.org
|
|||
proxy36.fedoraproject.org
|
||||
proxy37.fedoraproject.org
|
||||
proxy38.fedoraproject.org
|
||||
proxy39.fedoraproject.org
|
||||
proxy40.fedoraproject.org
|
||||
proxy101.iad2.fedoraproject.org
|
||||
proxy110.iad2.fedoraproject.org
|
||||
|
||||
|
@ -503,6 +505,8 @@ proxy35.fedoraproject.org
|
|||
proxy36.fedoraproject.org
|
||||
proxy37.fedoraproject.org
|
||||
proxy38.fedoraproject.org
|
||||
proxy39.fedoraproject.org
|
||||
proxy40.fedoraproject.org
|
||||
|
||||
[proxies_internal]
|
||||
proxy101.iad2.fedoraproject.org
|
||||
|
|
3
roles/openvpn/server/files/ccd/proxy39.fedoraproject.org
Normal file
3
roles/openvpn/server/files/ccd/proxy39.fedoraproject.org
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ifconfig-push actualIP PtPIP
|
||||
ifconfig-push 192.168.1.199 192.168.0.199
|
||||
|
3
roles/openvpn/server/files/ccd/proxy40.fedoraproject.org
Normal file
3
roles/openvpn/server/files/ccd/proxy40.fedoraproject.org
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ifconfig-push actualIP PtPIP
|
||||
ifconfig-push 192.168.1.200 192.168.0.200
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue