Switch fas02 over to ansible too

This commit is contained in:
Kevin Fenzi 2014-12-10 23:03:53 +00:00
parent 02c353f021
commit 4127f9bef6
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,14 @@
---
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_virthost01
eth0_ip: 10.5.126.26
vmhost: virthost01.phx2.fedoraproject.org
datacenter: phx2
# This is not the master production fas node, it doesn't do certs
master_fas_node: False
gen_cert: False

View file

@ -3,7 +3,7 @@
#
- name: make fas server
hosts: fas-stg:fas03.phx2.fedoraproject.org
hosts: fas-stg:fas02.phx2.fedoraproject.org:fas03.phx2.fedoraproject.org
user: root
gather_facts: False
accelerate: "{{ accelerated }}"
@ -20,7 +20,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the box be real
hosts: fas-stg:fas03.phx2.fedoraproject.org
hosts: fas-stg:fas02.phx2.fedoraproject.org:fas03.phx2.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"