Set up rdbsync in resultsdb stg

This commit is contained in:
Pierre-Yves Chibon 2017-08-11 17:15:30 +02:00
parent 40e85a778a
commit d546efe8a5

View file

@ -54,3 +54,19 @@
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: Install rdbsync
hosts: resultsdb-stg
user: root
gather_facts: True
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']}
handlers:
- include: "{{ handlers_path }}/restart_services.yml"