Add blockerbugs01 to prod ansible
This commit is contained in:
parent
e0f9414d8a
commit
655d61ff6e
2 changed files with 15 additions and 2 deletions
13
inventory/host_vars/blockerbugs01.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/blockerbugs01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.53
|
||||
vmhost: virthost15.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
# This is the master node in stg, so it runs the cron job
|
||||
master_blockerbugs_node: True
|
|
@ -1,5 +1,5 @@
|
|||
- name: make blockerbugs servers
|
||||
hosts: blockerbugs-stg
|
||||
hosts: blockerbugs:blockerbugs-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: blockerbugs-stg
|
||||
hosts: blockerbugs:blockerbugs-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue