bob/roles/grocy/defaults/main.yml
Marty Oehme 0ce9d700b2
roles: Fix umask to be string type
Should not be integer which it will be cast to if given without quotes.
2025-07-17 18:08:56 +02:00

10 lines
350 B
YAML

---
# inherited from global
stack_grocy_subdomain: "house.{{ domain | default('example.org') }}"
stack_grocy_tz: "{{ timezone | default('America/Chicago') }}"
stack_grocy_puid: "{{ puid | default(1000) }}"
stack_grocy_pgid: "{{ pgid | default(100) }}"
stack_grocy_umask_set: "{{ umask_set | default('022') }}"
stack_grocy_env_dir: /opt/stack_grocy