Need some host vars

This commit is contained in:
Kevin Fenzi 2016-06-13 21:10:51 +00:00
parent 5020941be2
commit 31a4cef26f

View file

@ -1,26 +1,16 @@
---
nm: 255.255.255.192
gw: 213.175.193.204
dns: 217.112.87.147
nm: 255.255.255.0
gw: 174.141.234.1
dns: 8.8.8.8
volgroup: /dev/Guests00
eth0_ip: 213.175.193.206
eth0_nm: 255.255.255.192
vmhost: bodhost01.fedoraproject.org
datacenter: bodhost
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
eth0_ip: 174.141.234.172
eth0_nm: 255.255.255.0
has_ipv6: false
# This is consumed by the roles/fedora-web/main role
sponsor: bodhost
datacenter: bodhost
postfix_group: vpn
mem_size: 6144
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
# This is used in the httpd.conf to determine the value for serverlimit and
# maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this
# should be lowered in the host vars for that proxy.
maxrequestworkers: 600
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400