dotfiles/roles/ddns/defaults/main.yml
Matej Focko 2039bf6570
feat(ddns): support Porkbun in the DDNS
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-12 16:40:16 +01:00

12 lines
303 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# Domain for which the DDNS manages DDNS entries
ddns_domain: None
# List of all subdomains on the said domain for which the IP should be set
ddns_subdomains: []
# apikey provided by Porkbun
ddns_porkbun_apikey: None
# secretapikey provided by Porkbun
ddns_porkbun_secretapikey: None