ansible/inventory/host_vars/batcave13.rdu2.fedoraproject.org

34 lines
659 B
Org Mode
Raw Normal View History

2017-11-14 01:31:42 +00:00
---
nm: 255.255.255.0
gw: 172.31.2.254
dns: 8.8.8.8
dns1: 8.8.8.8
dns2: 8.8.4.4
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/
vmhost: virthost-rdu01.fedoraproject.org
volgroup: /dev/vg_guests
eth0_ip: 172.31.2.25
eth0_nm: 255.255.255.0
#public_ip: 209.132.190.2
# This is consumed by the roles/fedora-web/main role
sponsor: redhat
datacenter: rdu
postfix_group: vpn
vpn: true
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
mem_size: 16384
max_mem_size: 32768
num_cpus: 8
collectd_graphite: True
2017-11-30 19:57:02 +00:00
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q root@bastion13.fedoraproject.org"'