retrace: Import aws_cloud tasks and set birthday

Signed-off-by: Miroslav Suchý <msuchy@redhat.com>
This commit is contained in:
Ernestas Kulik 2020-02-24 11:47:26 +01:00 committed by Pierre-Yves Chibon
parent 76795fec4c
commit e7d1f38175
2 changed files with 14 additions and 1 deletions

View file

@ -49,7 +49,7 @@ composer.stg.phx2.fedoraproject.org
retrace01.qa.fedoraproject.org
[retrace_stg_aws]
retrace-stg.aws.fedoraproject.org
retrace-stg.aws.fedoraproject.org birthday=yes
[retrace_stg:children]
retrace_stg_aws

View file

@ -1,3 +1,16 @@
- name: AWS setup
hosts: retrace_stg_aws
user: root
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
# fedora-messaging setup
- name: setup RabbitMQ
hosts: rabbitmq[0]:rabbitmq_stg[0]