matrix/playbooks/element.yml

7 lines
192 B
YAML
Raw Normal View History

2024-09-19 16:04:57 +00:00
---
- name: Deploy and configure element
hosts: "{{ element_hosts | default('element') }}"
become: "{{ element_become | default(true) }}"
roles:
- role: finallycoffee.matrix.element