feat(element): add ansible role
This commit is contained in:
6
playbooks/element.yml
Normal file
6
playbooks/element.yml
Normal 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
|
Reference in New Issue
Block a user