playbooks: retrace: Run on staging machine as well
This commit is contained in:
parent
1a568b94ff
commit
90338de82f
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
- "org.fedoraproject.*.faf.problem.threshold1000000"
|
- "org.fedoraproject.*.faf.problem.threshold1000000"
|
||||||
|
|
||||||
- name: Setup retrace hosts
|
- name: Setup retrace hosts
|
||||||
hosts: retrace
|
hosts: retrace,retrace_stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: setup FAF server
|
- name: setup FAF server
|
||||||
hosts: retrace
|
hosts: retrace,retrace_stg
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
- import_role: name=abrt/faf-post
|
- import_role: name=abrt/faf-post
|
||||||
|
|
||||||
- name: setup retrace server
|
- name: setup retrace server
|
||||||
hosts: retrace
|
hosts: retrace,retrace_stg
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue