mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:08:32 +01:00
26 lines
436 B
YAML
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
|