Optimized database backup seeder implementation

This commit is contained in:
2025-04-21 16:16:54 +02:00
parent f8c984d6c2
commit b0dd574c26
7 changed files with 24 additions and 18 deletions

3
tasks/TODO.md Normal file
View File

@@ -0,0 +1,3 @@
# todo
- Move update-repository-with-files.yml to own role
- Move copy-docker-compose-and-env.yml to own role

View File

@@ -1,10 +1,11 @@
# It isn't best practice to use this task
# Better load the repositories into /opt/docker/[servicename]/services, build them there and then use a docker-compose file for customizing
# @todo Refactor\Remove
# @deprecated
- name: "Merge detached_files with applications.oauth2_proxy.configuration_file"
ansible.builtin.set_fact:
merged_detached_files: "{{ detached_files + [applications.oauth2_proxy.configuration_file] }}"
when: applications[application_id].get('oauth2_proxy', {}).get('enabled', False) | bool
when: applications[application_id].get('features', {}).get('oauth2', False) | bool
- name: "backup detached files"
command: >