Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
This commit is contained in:
35
ansible/group_vars/all.yml
Normal file
35
ansible/group_vars/all.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
# Global variables for all hosts
|
||||
|
||||
# Timezone
|
||||
timezone: "America/Los_Angeles"
|
||||
|
||||
# Domain settings
|
||||
base_domain: "vish.local"
|
||||
external_domain: "vish.gg"
|
||||
|
||||
# Common labels for Docker containers
|
||||
default_labels:
|
||||
maintainer: "vish"
|
||||
managed_by: "ansible"
|
||||
|
||||
# Docker restart policy
|
||||
docker_restart_policy: "unless-stopped"
|
||||
|
||||
# Common network settings
|
||||
docker_default_network: "proxy"
|
||||
|
||||
# Traefik settings (if used)
|
||||
traefik_enabled: false
|
||||
traefik_network: "proxy"
|
||||
|
||||
# Portainer settings
|
||||
portainer_url: "http://vishinator.synology.me:10000"
|
||||
|
||||
# Monitoring settings
|
||||
prometheus_enabled: true
|
||||
grafana_enabled: true
|
||||
|
||||
# Backup settings
|
||||
backup_enabled: true
|
||||
backup_path: "/backup"
|
||||
Reference in New Issue
Block a user