mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-05 00:59:15 +00:00
feat(hedwig): add generic playbook
This commit is contained in:
parent
84b344133e
commit
1784104206
1 changed files with 6 additions and 0 deletions
6
playbooks/hedwig.yml
Normal file
6
playbooks/hedwig.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: "Deploy Hedwig - A dead simple Matrix Push Gateway"
|
||||
hosts: "{{ hedwig_hosts | default('hedwig') }}"
|
||||
become: true
|
||||
roles:
|
||||
- hedwig
|
Loading…
Reference in a new issue