auberge 0.3.5

CLI tool for managing self-hosted infrastructure with Ansible
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Auberge CLI Configuration (Optional)
# Only needed if using CLI DNS commands (not required for Ansible)
# Copy this file to config.toml and customize with your values
# config.toml is gitignored and will not be committed
#
# NOTE: For Ansible deployments, all config is in mise.toml [env] section

[dns]
# Your domain name (e.g., example.com)
domain = "example.com"

# Default TTL for DNS records in seconds
default_ttl = 300

[cloudflare]
# Optional: Your Cloudflare zone ID for improved performance
# If omitted, zone will be auto-discovered from domain
# zone_id = "your-zone-id-here"