linderhof/playbooks/tuwunel.yml

9 lines
142 B
YAML
Raw Permalink Normal View History

---
- name: Deploy Tuwunel Matrix Server
hosts: all
become: true
roles:
- role: tuwunel
when: enable_tuwunel | default(true)