Add proxy04 to ansible setup.
This commit is contained in:
parent
f047f26ee8
commit
29d93de617
2 changed files with 23 additions and 3 deletions
20
inventory/host_vars/proxy04.fedoraproject.org
Normal file
20
inventory/host_vars/proxy04.fedoraproject.org
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
|
||||
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: ibiblio01.fedoraproject.org
|
||||
volgroup: /dev/vg_server
|
||||
|
||||
eth0_ip: 152.19.134.142
|
||||
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
sponsor: ibiblio
|
||||
datacenter: ibiblio
|
||||
postfix_group: vpn
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
|
@ -1,7 +1,7 @@
|
|||
# create a new proxy server
|
||||
|
||||
- name: make new proxy server
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org:proxy04.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org:proxy04.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
|
||||
- name: Set up the proxy basics
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org
|
||||
hosts: proxies-stg:proxy03.fedoraproject.org:proxy04.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue