mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized database backup seeder implementation
This commit is contained in:
3
tasks/TODO.md
Normal file
3
tasks/TODO.md
Normal 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
|
@@ -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: >
|
||||
|
Reference in New Issue
Block a user