homeserver-iac/roles/containers/defaults/main.yml

14 lines
310 B
YAML

---
# these are defaults
# change these in group/host vars
docker_compose_dir: "/opt/services"
gitea_domain: "git.{{ domain }}"
# Paths for Syncthing folders
vault_path: "{{ dataroot }}/syncthing/vault"
archive_path: "{{ dataroot }}/syncthing/vault_a"
syncthing_conf_dir: "{{ dataroot }}/syncthing/config"