diff --git a/inventory/host_vars/fas02.phx2.fedoraproject.org b/inventory/host_vars/fas02.phx2.fedoraproject.org new file mode 100644 index 0000000000..ad4bdb26ee --- /dev/null +++ b/inventory/host_vars/fas02.phx2.fedoraproject.org @@ -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 diff --git a/playbooks/groups/fas.yml b/playbooks/groups/fas.yml index db84f6727b..79bf1c64b3 100644 --- a/playbooks/groups/fas.yml +++ b/playbooks/groups/fas.yml @@ -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 }}"