12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
|
# 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 }}
|