matrix/playbooks/hydrogen.yml

7 lines
197 B
YAML
Raw Normal View History

---
- name: Deploy and configure hydrogen
hosts: "{{ hydrogen_hosts | default('hydrogen') }}"
become: "{{ hydrogen_become | default(true) }}"
roles:
- role: finallycoffee.matrix.hydrogen