backup secrets to YAML files

This commit is contained in:
Christian M. Adams
2021-03-26 13:42:33 -04:00
parent 0a82fec359
commit 91dda5cb16
11 changed files with 136 additions and 26 deletions

View File

@@ -1,14 +1,15 @@
---
# - include_tasks: init.yml
- include_tasks: init.yml
- include_tasks: postgres.yml
- include_tasks: secrets.yml
# - include_tasks: postgres.yml
# TODO: Add task to change the status on the backup CR when this runs successfully
- name: Set flag signifying this backup was successful
set_fact:
tower_backup_complete: "{{ _backup_dir }}"
#
## - include_tasks: conf.yml
#
## - include_tasks: download.yml
- include_tasks: cleanup.yml