feat: rewrite harbor deployment

This commit is contained in:
2023-12-29 13:02:54 +00:00
parent b3094727e5
commit ebd91306cd
15 changed files with 372 additions and 445 deletions

View File

@@ -47,16 +47,10 @@
- tmnf-replay-server
- atlantis-hub
- grafana
- harbor
- event-dispatcher
- reactive-resume
- hedgedoc
- name: Copy Harbor Registry config
copy:
src: "harbor-config/"
dest: "/data/harbor/harbor-config"
- name: Copy AtlantisHub config
copy:
src: "atlantis-hub-content/config.yaml"
@@ -86,7 +80,6 @@
name: "/opt/{{ item }}"
state: directory
with_items:
- harbor
- athq-landing
- grafana
- potaris
@@ -105,7 +98,6 @@
src: "{{ item }}.yaml"
dest: "/opt/{{ item }}/"
with_items:
- harbor
- athq-landing
- grafana
- potaris
@@ -125,15 +117,6 @@
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 compose templates
community.docker.docker_compose:
project_src: "/opt/{{ item }}/"