mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
feat: rewrite harbor deployment
This commit is contained in:
@@ -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 }}/"
|
||||
|
||||
Reference in New Issue
Block a user