Commit Graph

6 Commits

Author SHA1 Message Date
patrick e225530db9 ensure ddclient service is running; default protocols to []
- Add an explicit service state=started enabled=true task so the role is self-healing if the unit is disabled or stopped, rather than relying solely on the restart handler.
- Default ddclient_protocols to [] so the template's for-loop no longer errors when the var is omitted.
- README: note service management in the tagline and document the new ddclient_protocols default.
2026-06-24 21:45:05 -04:00
patrick 9057c453ad fix: wire up exec, fw auth vars, and prune dead detection keys
- Template now emits `exec=` so ddclient_exec actually toggles dry-run (was documented and defaulted but never written to the config).
- Rename fw_login/fw_password defaults to ddclient_fw_login/ddclient_fw_password to match what the template reads; previous names were silently dead.
- Drop unused address/interface/command/skip keys from the ddclient_ipv{4,6}_detection defaults — the template only reads method/source/skip_pattern. Fix the `# Method:` comments to list the v4/v6-suffixed names actually in use.
2026-06-24 21:42:25 -04:00
patrick 928e98a115 Update README.md 2025-11-29 17:48:19 -08:00
hiperman 37162df106 refactor: remove unused vars 2025-11-29 20:46:39 -05:00
hiperman 7cca78254e Initial role commit 2025-11-29 20:45:14 -05:00
patrick 9842c9de76 Initial commit 2025-11-28 19:07:52 -08:00