diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-25 22:01:07 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-25 22:01:07 +0000 |
commit | d58cbf39ab0dcebec14dc666285bd22a20f66be2 (patch) | |
tree | abec0d02dc5c576e10dd521fb71a17f30654851c | |
parent | c2c8ee0085702486ca815829341e53deb5dee720 (diff) | |
parent | c592979c4c65b6e96b593bef9d79b3bd58c99dd5 (diff) | |
download | ansible-d58cbf39ab0dcebec14dc666285bd22a20f66be2.tar.gz ansible-d58cbf39ab0dcebec14dc666285bd22a20f66be2.tar.xz ansible-d58cbf39ab0dcebec14dc666285bd22a20f66be2.zip |
Merge branch 'master' of /git/ansible
-rw-r--r-- | inventory/host_vars/download-ib01.fedoraproject.org | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/inventory/host_vars/download-ib01.fedoraproject.org b/inventory/host_vars/download-ib01.fedoraproject.org index 0384e516f..059949ca2 100644 --- a/inventory/host_vars/download-ib01.fedoraproject.org +++ b/inventory/host_vars/download-ib01.fedoraproject.org @@ -1,26 +1,30 @@ --- nm: 255.255.255.128 gw: 152.19.134.129 -dns: 152.2.21.1 +dns: 8.8.8.8 + ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7 ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/ + +vmhost: ibiblio03.fedoraproject.org volgroup: /dev/vg_guests -eth0_ip: 152.19.134.146 + +eth0_ip: 152.19.134.145 eth0_nm: 255.255.255.128 -#has_ipv6: yes -#eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed5" -#eth0_ipv6_gw: "2610:28:3090:3001::1" +has_ipv6: yes +eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed5" +eth0_ipv6_gw: "2610:28:3090:3001::1" -vmhost: ibiblio03.fedoraproject.org datacenter: ibiblio postfix_group: vpn tcp_ports: [80, 443, 873] rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}" -nrpe_procs_warn: 900 -nrpe_procs_crit: 1000 -lvm_size: 20000 +nrpe_procs_warn: 1200 +nrpe_procs_crit: 1400 + mem_size: 4096 max_mem_size: 20480 -num_cpus: 2 +lvm_size: 20000 +num_cpus: 8 |