dotfiles/roles/ddns/defaults/main.yml

13 lines
303 B
YAML
Raw Normal View History

---
# 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