Update dynamic DNS with ddclient
This commit is contained in:
11
roles/base/templates/ddclient.conf.j2
Normal file
11
roles/base/templates/ddclient.conf.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
# Configuration file for ddclient managed by Ansible
|
||||
#
|
||||
# /etc/ddclient.conf
|
||||
|
||||
verbose={{ ddclient_verbose }}
|
||||
use=web, web={{ ddclient_web }}
|
||||
protocol={{ ddclient_protocol }}
|
||||
server={{ ddclient_server }}
|
||||
login={{ ddclient_login }}
|
||||
password={{ ddclient_password }}
|
||||
{{ ddclient_host }}
|
Reference in New Issue
Block a user