Add rabbitmq prod hosts
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
234625903a
commit
bc039ea9e5
2 changed files with 7 additions and 2 deletions
|
@ -20,6 +20,11 @@ arm03-packager01.cloud.fedoraproject.org
|
||||||
arm03-qa00.cloud.fedoraproject.org
|
arm03-qa00.cloud.fedoraproject.org
|
||||||
arm03-qa01.cloud.fedoraproject.org
|
arm03-qa01.cloud.fedoraproject.org
|
||||||
|
|
||||||
|
[rabbitmq]
|
||||||
|
rabbitmq01.phx2.fedoraproject.org
|
||||||
|
rabbitmq02.phx2.fedoraproject.org
|
||||||
|
rabbitmq03.phx2.fedoraproject.org
|
||||||
|
|
||||||
[rabbitmq-stg]
|
[rabbitmq-stg]
|
||||||
rabbitmq01.stg.phx2.fedoraproject.org
|
rabbitmq01.stg.phx2.fedoraproject.org
|
||||||
rabbitmq02.stg.phx2.fedoraproject.org
|
rabbitmq02.stg.phx2.fedoraproject.org
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rabbitmq-stg"
|
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rabbitmq:rabbitmq-stg"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: rabbitmq-stg
|
hosts: rabbitmq:rabbitmq-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue