morphit/ops/ansible/roles/ddns/templates/ddns.env.j2

8 lines
416 B
Django/Jinja

# Morphit dynamic DNS config — MANAGED BY ANSIBLE (ddns role). 0600: the
# provider secret is embedded in the update URL. Edits here are overwritten on
# the next playbook run; change group_vars instead.
MORPHIT_DDNS_UPDATE_URL={{ morphit_ddns_update_url }}
{% if morphit_ddns_ip_url | length > 0 %}
MORPHIT_DDNS_IP_URL={{ morphit_ddns_ip_url }}
{% endif %}
MORPHIT_DDNS_STATE_FILE={{ morphit_ddns_state_file }}