diff --git a/docs/configuring-playbook-dynamic-dns.md b/docs/configuring-playbook-dynamic-dns.md index 967f2c916..7c19addc4 100644 --- a/docs/configuring-playbook-dynamic-dns.md +++ b/docs/configuring-playbook-dynamic-dns.md @@ -39,7 +39,7 @@ There are some additional things you may wish to configure about the component. Take a look at: -- `roles/custom/matrix-dynamic-dns/defaults/main.yml` for some variables that you can customize via your `vars.yml` file +- `roles/galaxy/ddclient/defaults/main.yml` for some variables that you can customize via your `vars.yml` file ## Installing diff --git a/requirements.yml b/requirements.yml index 633bbcc08..079118cd4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,6 +12,10 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-container-socket-proxy.git version: v0.4.2-1 name: container_socket_proxy +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git + version: v4.0.0-0 + name: ddclient + activation_prefix: ddclient_ - src: git+https://github.com/geerlingguy/ansible-role-docker version: 8.0.0 name: docker diff --git a/setup.yml b/setup.yml index 104de7423..4e4489244 100644 --- a/setup.yml +++ b/setup.yml @@ -42,7 +42,7 @@ - install-all - custom/matrix-base - - custom/matrix-dynamic-dns + - galaxy/ddclient - galaxy/exim_relay - role: galaxy/postgres