Add proxy04 to ansible setup.

This commit is contained in:
Kevin Fenzi 2015-01-26 19:40:53 +00:00
parent f047f26ee8
commit 29d93de617
2 changed files with 23 additions and 3 deletions

View 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

View file

@ -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