{"id":24440668,"url":"https://github.com/mivek/ansible-role-ddclient","last_synced_at":"2025-10-01T10:30:53.617Z","repository":{"id":46002379,"uuid":"273876565","full_name":"mivek/ansible-role-ddclient","owner":"mivek","description":"Ansible role to install and configure ddclient","archived":false,"fork":false,"pushed_at":"2023-05-29T13:54:14.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-05-29T14:26:34.172Z","etag":null,"topics":["ansible","ddclient"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/mivek/ddclient","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"mivek"}},"created_at":"2020-06-21T09:54:20.000Z","updated_at":"2021-11-21T15:51:12.000Z","dependencies_parsed_at":"2022-09-10T08:12:06.874Z","dependency_job_id":null,"html_url":"https://github.com/mivek/ansible-role-ddclient","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-ddclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-ddclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-ddclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mivek%2Fansible-role-ddclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mivek","download_url":"https://codeload.github.com/mivek/ansible-role-ddclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234856223,"owners_count":18897403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ddclient"],"created_at":"2025-01-20T20:56:58.944Z","updated_at":"2025-10-01T10:30:53.278Z","avatar_url":"https://github.com/mivek.png","language":"Jinja","funding_links":["https://ko-fi.com/mivek"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: DDClient\n[![Build Status](https://travis-ci.com/mivek/ansible-role-ddclient.svg?token=Nxd1CoxuZDnwzK6Yq6sV\u0026branch=master)](https://travis-ci.com/mivek/ansible-role-ddclient)\n=========\n\nThis role installs and launches a [ddclient](https://ddclient.net/) service.\n\n## Requirements\n------------\n\nNone\n\n## Role Variables\n--------------\nVariables are from [ddclient configuration](https://ddclient.net/usage.html#usage)\n\n### Default variables\n\n```(yaml)\nddclient_version: 3.9.1 # Only when installing from source\nddclient_configuration_template: templates/ddclient.conf.j2\nddclient_service_template: templates/ddclient.service.j2\nddclient_daemon: 300\nddclient_install_from_source: false\nddclient_ssl: 'yes'\n\nddclient_configs:\n  -\n    protocol: dnspark\n    use: null\n    server: null\n    backupmx: null\n    mx: null\n    mxpri: null\n    wildcard: null\n    login: login\n    password: password\n    hosts:\n      - host\n\n```\n### Vars variable\n\n```(yaml)\n__ddclient_configuration_directory: /etc/ddclient\n__ddclient_configuration_location: \"{{ __ddclient_configuration_directory }}/ddclient.conf\"\n__ddclient_download_url: https://github.com/ddclient/ddclient/archive/refs/tags/v{{ ddclient_version }}.tar.gz\n__ddclient_download_location: /tmp/ddclient-{{ ddclient_version }}.tar.gz\n__ddclient_unarchive_location: /tmp\n\n__ddclient_service_file: /etc/systemd/system/ddclient.service\n__ddclient_prerequisite:\n  - g++\n  - perl\n  - make\n```\n\n## Dependencies\n------------\n\nNone\n\n## Example Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n    - hosts: servers\n      become: true\n      tasks:\n        - import_role:\n            name: ddclient\n          vars:\n            daemon: 60\n            configs:\n              -\n                protocol: dyndns2\n                login: myLogin\n                password: myPassword\n                use: web\n                server: null\n                backupmx: null\n                mx: null\n                mxpri: null\n                wildcard: null\n                hosts:\n                  - myhost.dyndns.org\n## License\n-------\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivek%2Fansible-role-ddclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmivek%2Fansible-role-ddclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivek%2Fansible-role-ddclient/lists"}