mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:18:34 +01:00
wip: docker deployments stub
This commit is contained in:
25
roles/docker-deployments/tasks/main.yaml
Normal file
25
roles/docker-deployments/tasks/main.yaml
Normal 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
|
||||
Reference in New Issue
Block a user