Compare commits
2 Commits
0a8ac8bb58
...
d91a92fe9a
Author | SHA1 | Date | |
---|---|---|---|
d91a92fe9a | |||
af1e7271d7 |
6
playbooks/cinny.yml
Normal file
6
playbooks/cinny.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy and configure cinny
|
||||
hosts: "{{ cinny_hosts | default('cinny') }}"
|
||||
become: "{{ cinny_become | default(true) }}"
|
||||
roles:
|
||||
- role: finallycoffee.matrix.cinny
|
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
|
Loading…
x
Reference in New Issue
Block a user