mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
11 lines
184 B
YAML
11 lines
184 B
YAML
|
---
|
||
|
- name: "Set up a Matrix server"
|
||
|
hosts: "{{ target if target is defined else 'matrix-servers' }}"
|
||
|
become: true
|
||
|
|
||
|
vars_files:
|
||
|
- vars/vars.yml
|
||
|
|
||
|
roles:
|
||
|
- matrix-server
|