14 lines
469 B
YAML
14 lines
469 B
YAML
# Ansible-style variable file for sovereign DNS sync (#692)
|
|
# Copy to a private path and fill in provider credentials via env vars.
|
|
# Use `auto` to resolve the current VPS public IP at sync time.
|
|
|
|
dns_provider: cloudflare
|
|
# For Cloudflare: zone_id
|
|
# For Route53: hosted zone ID (also accepted under dns_zone_id)
|
|
dns_zone_id: your-zone-id
|
|
|
|
domain_ip_map:
|
|
forge.alexanderwhitestone.com: auto
|
|
matrix.alexanderwhitestone.com: auto
|
|
timmy.alexanderwhitestone.com: auto
|