Files
ansible-role-ddclient/templates/ddclient.j2
2025-11-29 20:45:14 -05:00

16 lines
611 B
Django/Jinja
Executable File

# Configuration for ddclient scripts
# {{ ansible_managed }}
#
# /etc/default/ddclient
# Set to "true" if ddclient should be run every time DHCP client ('dhclient'
# from package isc-dhcp-client) updates the systems IP address.
run_dhclient="false"
# Set to "true" if ddclient should be run every time a new ppp connection is
# established. This might be useful, if you are using dial-on-demand.
run_ipup="false"
# Set the time interval between the updates of the dynamic DNS name in seconds.
# This option only takes effect if the ddclient runs in daemon mode.
daemon_interval={{ ddclient_daemon_interval }}