12 lines
393 B
YAML
12 lines
393 B
YAML
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
timezone: America/New_York
|
|
nas_ip: 192.168.1.251
|
|
nas_media_share: /volume1/Media
|
|
nas_downloads_share: /volume1/Downloads
|
|
nas_docker_share: /volume1/docker
|
|
ntfy_server: https://ntfy.3ddbrewery.com
|
|
ntfy_autoheal_topic: autoheal-proxmox
|
|
ntfy_watchtower_topic: watchtower-proxmox
|
|
docker_compose_version: "3.8"
|
|
docker_data_dir: /home/docker/appdata
|