feat(hydrogen): add ansible role for deployment using docker

This commit is contained in:
2024-10-04 15:52:34 +02:00
parent 2ec6bde3bd
commit e84e2fba81
10 changed files with 196 additions and 0 deletions

6
playbooks/hydrogen.yml Normal file
View File

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