Add user creation for ddns script
This commit is contained in:
parent
f29cd352bd
commit
fb017565f4
8 changed files with 71 additions and 7 deletions
6
roles/cloudflare-ddns/templates/ddns_config.ini.j2
Normal file
6
roles/cloudflare-ddns/templates/ddns_config.ini.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[credentials]
|
||||
dns_cloudflare_token = {{ dns_cloudflare_token }}
|
||||
|
||||
[log_changes]
|
||||
# TODO: Update this...
|
||||
log_path = /home/thomas/repositories/raspberry-pi-iac/ddns_update.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue