infrastructure/ansible/host_vars/casey/main.yml
Jake Howard 55df3e8fa3
All checks were successful
/ terraform (push) Successful in 35s
/ ansible (push) Successful in 1m31s
Separate restic repositories
Smaller VMs no longer need to load the full index
2024-12-01 21:34:44 +00:00

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 }}"