2026-02-18 17:15:31 -07:00

29 lines
801 B
YAML

---
# Example host_vars — copy this directory for each new instance
# Rename to match the hostname in hosts.yml
cml_domain: example.org
cml_node_env: production
# Feature toggles (override group defaults)
cml_enable_media: "true"
cml_listmonk_sync_enabled: "true"
cml_email_test_mode: "false"
cml_monitoring_enabled: true
# SMTP (production)
cml_smtp_host: smtp.example.org
cml_smtp_port: 587
cml_smtp_user: "noreply@example.org"
# cml_smtp_pass is in vault.yml
# Pangolin tunnel
cml_pangolin_api_url: "https://api.bnkserve.org/v1"
# cml_pangolin_api_key is in vault.yml
cml_pangolin_org_id: "org_example"
# Bunker Ops (Tier 2 — fleet observability)
bunker_ops_enabled: true
bunker_ops_remote_write_url: "https://ops.bnkserve.org/api/v1/write"
# bunker_ops_remote_write_token is in vault.yml