Global options such as 'timezone' or 'puid' can be set on a host and all (relevant) roles will inherit them. Will be used for more variables in the future.
9 lines
279 B
YAML
9 lines
279 B
YAML
---
|
|
# inherited from global
|
|
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
|
|
|