1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Switch from playbook vars to role defaults

By using role defauts, we can have inventory variables
which overide the defaults.
This commit is contained in:
Slavi Pantaleev
2017-08-30 12:00:47 +03:00
parent ce3c31eb41
commit b046052aed
3 changed files with 2 additions and 5 deletions

View File

@ -3,8 +3,5 @@
hosts: "{{ target if target is defined else 'matrix-servers' }}"
become: true
vars_files:
- vars/vars.yml
roles:
- matrix-server