Files
no-secrets-athq-ansible/roles/docker-deployments/tasks/main.yaml
2023-01-04 03:44:11 +01:00

26 lines
436 B
YAML

- 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