matrix/playbooks/cinny.yml

7 lines
182 B
YAML

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