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