Compare commits

..

2 Commits

Author SHA1 Message Date
0a8ac8bb58
feat(element): add ansible role 2024-09-19 18:04:57 +02:00
fdbf8f1e0d
feat(cinny): add ansible role 2024-09-19 18:04:30 +02:00
2 changed files with 0 additions and 12 deletions

View File

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

View File

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