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