mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 02:38:32 +01:00
fixme: comment out harbor for now
This commit is contained in:
@@ -117,14 +117,14 @@
|
|||||||
username: docker
|
username: docker
|
||||||
password: HISTORY_PURGED_SECRET
|
password: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
- name: Deploy high prio compose templates
|
#- name: Deploy high prio compose templates
|
||||||
community.docker.docker_compose:
|
# community.docker.docker_compose:
|
||||||
project_src: "/opt/{{ item }}/"
|
# project_src: "/opt/{{ item }}/"
|
||||||
pull: true
|
# pull: true
|
||||||
files:
|
# files:
|
||||||
- "{{ item }}.yaml"
|
# - "{{ item }}.yaml"
|
||||||
with_items:
|
# with_items:
|
||||||
- harbor
|
# - harbor
|
||||||
|
|
||||||
- name: Deploy compose templates
|
- name: Deploy compose templates
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
|
|||||||
Reference in New Issue
Block a user