mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 03:58:31 +00:00
b046052aed
By using role defauts, we can have inventory variables which overide the defaults.
8 lines
149 B
YAML
8 lines
149 B
YAML
---
|
|
- name: "Set up a Matrix server"
|
|
hosts: "{{ target if target is defined else 'matrix-servers' }}"
|
|
become: true
|
|
|
|
roles:
|
|
- matrix-server
|