refactor storage and setup shared backup directory
This commit is contained in:
@@ -2,6 +2,7 @@ app_name: "{{ (dockercompose_content | from_yaml).name }}"
|
||||
app_owner: pi
|
||||
app_group: docker
|
||||
partition: docker_composes
|
||||
hard_disk_root_path: /arcodange
|
||||
no_hard_disk_root_path: /home/pi/arcodange
|
||||
root_path: "{{ ('hard_disk' in group_names) | ansible.builtin.ternary(hard_disk_root_path, no_hard_disk_root_path) }}"
|
||||
# hard_disk_root_path: /arcodange
|
||||
# no_hard_disk_root_path: /home/pi/arcodange
|
||||
# root_path: "{{ ('hard_disk' in group_names) | ansible.builtin.ternary(hard_disk_root_path, no_hard_disk_root_path) }}"
|
||||
root_path: /home/pi/arcodange
|
||||
Reference in New Issue
Block a user