mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
6 lines
149 B
YAML
6 lines
149 B
YAML
---
|
|
- name: Deploy Hedwig - A dead simple Matrix Push Gateway
|
|
hosts: "{{ hedwig_hosts | default('hedwig') }}"
|
|
become: true
|
|
roles:
|
|
- hedwig
|