Merge branch 'master' of /git/ansible
This commit is contained in:
commit
d58cbf39ab
1 changed files with 15 additions and 11 deletions
|
@ -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/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 152.19.134.146
|
||||
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"
|
||||
|
||||
vmhost: ibiblio03.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
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"
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue