mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 00:30:06 +08:00
playbooks: retrace: Run on staging machine as well
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
1a568b94ff
commit
90338de82f
@@ -33,7 +33,7 @@
|
||||
- "org.fedoraproject.*.faf.problem.threshold1000000"
|
||||
|
||||
- name: Setup retrace hosts
|
||||
hosts: retrace
|
||||
hosts: retrace,retrace_stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: setup FAF server
|
||||
hosts: retrace
|
||||
hosts: retrace,retrace_stg
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
@@ -81,7 +81,7 @@
|
||||
- import_role: name=abrt/faf-post
|
||||
|
||||
- name: setup retrace server
|
||||
hosts: retrace
|
||||
hosts: retrace,retrace_stg
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
|
||||
Reference in New Issue
Block a user