repo: Rename all yml extensions to yaml

This commit is contained in:
Marty Oehme 2025-07-17 19:01:07 +02:00
parent 06940925a9
commit 93876315ca
Signed by: Marty
GPG key ID: 4E535BC19C61886E
17 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
# inherited from global
stack_grocy_protocol: "{{ protocol | default('')}}"
stack_grocy_subdomain: "{{ stack_grocy_protocol }}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