Add certgetter01 to inventory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
eed195354d
commit
fdf553d84d
3 changed files with 30 additions and 0 deletions
15
inventory/group_vars/certgetter
Normal file
15
inventory/group_vars/certgetter
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-main
|
12
inventory/host_vars/certgetter01.phx2.fedoraproject.org
Normal file
12
inventory/host_vars/certgetter01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
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.237
|
||||
vmhost: virthost15.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -44,6 +44,9 @@ retrace02.qa.fedoraproject.org
|
|||
[retrace-stg]
|
||||
retrace01.stg.phx2.fedoraproject.org
|
||||
|
||||
[certgetter]
|
||||
certgetter01.phx2.fedoraproject.org
|
||||
|
||||
[faf-stg]
|
||||
faf01.stg.phx2.fedoraproject.org
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue