1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00
matrix-docker-ansible-deploy/setup.yml

8 lines
149 B
YAML
Raw Normal View History

2017-07-31 22:07:30 +02:00
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix-servers' }}"
become: true
roles:
- matrix-server