inventory, roles, config, docs: update all files to refactor the ansible variables structure
This commit is contained in:
10
config/services/systemd/fw/ddns/ddns.timer.j2
Normal file
10
config/services/systemd/fw/ddns/ddns.timer.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run DDNS update service every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=5min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user