Add some inventory for moving secondary01 to ansible. Playbook to come.
This commit is contained in:
parent
c06242a092
commit
d64be88e91
3 changed files with 28 additions and 1 deletions
15
inventory/group_vars/secondary
Normal file
15
inventory/group_vars/secondary
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 30000
|
||||
mem_size: 8192
|
||||
num_cpus: 4
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [ 80, 443, 111, 2049 ]
|
||||
|
||||
udp_ports: [ 111, 2049 ]
|
||||
|
||||
fas_client_groups: sysadmin-releng
|
||||
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"
|
10
inventory/host_vars/secondary01.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/secondary01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.27
|
||||
vmhost: virthost15.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -349,9 +349,11 @@ mm-crawler01.stg.phx2.fedoraproject.org
|
|||
|
||||
[other]
|
||||
people03.fedoraproject.org
|
||||
secondary01.phx2.fedoraproject.org
|
||||
torrent02.fedoraproject.org
|
||||
|
||||
[secondary]
|
||||
secondary01.phx2.fedoraproject.org
|
||||
|
||||
[dns]
|
||||
ns02.fedoraproject.org
|
||||
ns03.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue