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