matrix/playbooks/cinny.yml

7 lines
182 B
YAML
Raw Normal View History

2024-09-19 16:04:30 +00:00
---
- name: Deploy and configure cinny
hosts: "{{ cinny_hosts | default('cinny') }}"
become: "{{ cinny_become | default(true) }}"
roles:
- role: finallycoffee.matrix.cinny