Install and setup rdbsync in resultsdb in prod

This commit is contained in:
Pierre-Yves Chibon 2017-08-22 15:35:24 +02:00
parent 21a6ea7df2
commit 24e0e9d1b6

View file

@ -55,3 +55,18 @@
handlers:
- 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']}