Add rabbitmq prod hosts

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-11-06 05:59:16 +00:00
parent 234625903a
commit bc039ea9e5
2 changed files with 7 additions and 2 deletions

View file

@ -20,6 +20,11 @@ arm03-packager01.cloud.fedoraproject.org
arm03-qa00.cloud.fedoraproject.org
arm03-qa01.cloud.fedoraproject.org
[rabbitmq]
rabbitmq01.phx2.fedoraproject.org
rabbitmq02.phx2.fedoraproject.org
rabbitmq03.phx2.fedoraproject.org
[rabbitmq-stg]
rabbitmq01.stg.phx2.fedoraproject.org
rabbitmq02.stg.phx2.fedoraproject.org

View file

@ -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
hosts: rabbitmq-stg
hosts: rabbitmq:rabbitmq-stg
user: root
gather_facts: True