Make bugzilla2fedmsg01 real.
This commit is contained in:
parent
f211a91092
commit
de29af9cc9
3 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@ nm: 255.255.255.0
|
||||||
gw: 10.5.126.254
|
gw: 10.5.126.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
|
|
||||||
volgroup: /dev/vg_guests00
|
volgroup: /dev/vg_virthost
|
||||||
vmhost: virthost14.phx2.fedoraproject.org
|
vmhost: virthost17.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
eth0_ip: 10.5.126.249
|
eth0_ip: 10.5.126.249
|
||||||
|
|
|
@ -96,8 +96,8 @@ bodhi02.phx2.fedoraproject.org
|
||||||
[bodhi-stg]
|
[bodhi-stg]
|
||||||
bodhi01.stg.phx2.fedoraproject.org
|
bodhi01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
#[bugzilla2fedmsg]
|
[bugzilla2fedmsg]
|
||||||
#bugzilla2fedmsg01.phx2.fedoraproject.org
|
bugzilla2fedmsg01.phx2.fedoraproject.org
|
||||||
|
|
||||||
[bugzilla2fedmsg-stg]
|
[bugzilla2fedmsg-stg]
|
||||||
bugzilla2fedmsg01.stg.phx2.fedoraproject.org
|
bugzilla2fedmsg01.stg.phx2.fedoraproject.org
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||||
|
|
||||||
- name: make bugzilla2fedmsg server
|
- name: make bugzilla2fedmsg server
|
||||||
hosts: bugzilla2fedmsg-stg
|
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: dole out the generic configuration
|
- name: dole out the generic configuration
|
||||||
hosts: bugzilla2fedmsg-stg
|
hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue