support per-item ownership/mode overrides in app_subdirectories; fix dir mode default

This commit is contained in:
2026-07-16 23:28:25 -04:00
parent f273bb0390
commit 9d59101fbe
2 changed files with 13 additions and 6 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
app_dir: "{{ host_root_path }}/{{ app_name }}"
app_uid: "{{ ansible_facts.user_uid }}"
app_gid: "{{ ansible_facts.user_gid }}"
app_permission_mode: "0640"
app_permission_mode: "0640" # files (compose.yml, rendered templates)
app_dir_mode: "0755" # directories (app_dir and app_subdirectories)
app_restart_policy: unless-stopped
app_backup_path: "{{ backup_path }}/{{ app_name }}"