Initial role commit

This commit is contained in:
hiperman
2025-11-29 20:45:14 -05:00
parent 9842c9de76
commit 7cca78254e
7 changed files with 464 additions and 2 deletions

16
templates/ddclient.j2 Executable file
View File

@@ -0,0 +1,16 @@
# 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 }}