15 lines
324 B
YAML
15 lines
324 B
YAML
private_ip: "{{ ansible_tailscale0.ipv4.address }}"
|
|
nginx_https_redirect: true
|
|
|
|
certbot_certs:
|
|
- domains:
|
|
- headscale.jakehoward.tech
|
|
- domains:
|
|
- whoami-cdn.theorangeone.net
|
|
|
|
cdn_domains:
|
|
- whoami-cdn.theorangeone.net
|
|
|
|
restic_backup_locations:
|
|
- /var/lib/headscale/
|
|
restic_key: "{{ vault_restic_key }}"
|