feat(hedwig): add generic playbook

This commit is contained in:
Lars Kaiser 2022-05-10 15:03:08 +02:00
parent 84b344133e
commit 1784104206
No known key found for this signature in database
GPG key ID: BB97304A16BC5DCF

6
playbooks/hedwig.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: "Deploy Hedwig - A dead simple Matrix Push Gateway"
hosts: "{{ hedwig_hosts | default('hedwig') }}"
become: true
roles:
- hedwig