Install and setup rdbsync in resultsdb in prod
This commit is contained in:
parent
21a6ea7df2
commit
24e0e9d1b6
1 changed files with 15 additions and 0 deletions
|
@ -55,3 +55,18 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers_path }}/restart_services.yml"
|
- include: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
|
- name: Install rdbsync
|
||||||
|
hosts: resultsdb-prod
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- include: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- { role: rdbsync, tags: ['rdbsync']}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue