Modularity updates
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user