Restructure and cleaned up in preparation of new backup logic

This commit is contained in:
2025-07-15 23:51:51 +02:00
parent c8054ffbc3
commit af3ea9039c
106 changed files with 703 additions and 429 deletions

View File

@@ -2,10 +2,10 @@
# 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"
- name: "Merge detached_files with applications | get_app_conf('oauth2-proxy' 'configuration_file')"
set_fact:
merged_detached_files: "{{ detached_files + [applications['oauth2-proxy'].configuration_file] }}"
when: applications[application_id].get('features', {}).get('oauth2', False) | bool
merged_detached_files: "{{ detached_files + [applications | get_app_conf('oauth2-proxy' 'configuration_file')] }}"
when: "{{ applications | get_app_conf(application_id,'features.oauth2')"
- name: "backup detached files"
command: >