Add ask01 to ansible too.

This commit is contained in:
Kevin Fenzi 2014-01-20 22:58:53 +00:00
parent 116e7006ec
commit 1dc3f79b86
3 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,7 @@
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.5.126.52 proxy01.phx2.fedoraproject.org proxy1 proxy2 proxy3 proxy4 proxy5 proxy01 proxy02 proxy03 proxy04 proxy05 fedoraproject.org
10.5.126.23 infrastructure.fedoraproject.org
10.5.126.71 db-ask

View 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-6
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
volgroup: /dev/vg_guests00
eth0_ip: 10.5.126.79
vmhost: virthost06.phx2.fedoraproject.org
datacenter: phx2

View file

@ -1,5 +1,5 @@
- name: make ask
hosts: ask-stg:ask02.phx2.fedoraproject.org
hosts: ask-stg:ask
user: root
gather_facts: False
accelerate: True
@ -17,7 +17,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the box be real
hosts: ask-stg:ask02.phx2.fedoraproject.org
hosts: ask-stg:ask
user: root
gather_facts: True
accelerate: True