feat(cinny): add ansible role
This commit is contained in:
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
|
Reference in New Issue
Block a user