retrace: Import aws_cloud tasks and set birthday
Signed-off-by: Miroslav Suchý <msuchy@redhat.com>
This commit is contained in:
parent
76795fec4c
commit
e7d1f38175
2 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue