Modularity updates

This commit is contained in:
2025-03-04 14:54:39 -05:00
parent ee6912995c
commit e42fb554a6
7 changed files with 62 additions and 38 deletions

View File

@ -7,6 +7,15 @@
vars:
rear_backup_workflow: standalone
# We need to extract the contents of the archive, and then restore /etc/rear/local.conf
# after that THEN run mkrescue + rear_restore
# For /etc/rear/local.conf - first stat and see if exists; if exists use it
# else restore from archive
# How would this work if we restore from a differnt workflow?
# Won't we need to regenerate the local.cfg?
# Could we save the archive to etc-rear-{{ workflow }}.tar.gz and restore from that?
tasks:
- name: Import rear_vars role
ansible.builtin.import_role: