wip: docker deployments stub

This commit is contained in:
2023-01-04 03:44:11 +01:00
parent 15a1bcbe9f
commit fe5391a5c2
6 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
- name: Create opt-dir
file:
name: /opt/
state: directory
- name: Copy compose templates
template:
src: {{ item }}
dest: /opt/
with_items:
- athq-landing.yaml
- grafana.yaml
- potaris-en.yaml
- potaris.yaml
- sector32.yaml
- name: Copy compose templates
compose:
TODO
with_items:
- athq-landing.yaml
- grafana.yaml
- potaris-en.yaml
- potaris.yaml
- sector32.yaml