feat(element): add ansible role

This commit is contained in:
2024-09-19 18:04:57 +02:00
parent dedbb72b70
commit e35f040229
11 changed files with 212 additions and 0 deletions

6
playbooks/element.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Deploy and configure element
hosts: "{{ element_hosts | default('element') }}"
become: "{{ element_become | default(true) }}"
roles:
- role: finallycoffee.matrix.element