Browse Source

Fetch ansible-role-ddclient from MASH project

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4902/head
Suguru Hirahara 3 weeks ago
parent
commit
1cb9d0492c
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
3 changed files with 6 additions and 2 deletions
  1. +1
    -1
      docs/configuring-playbook-dynamic-dns.md
  2. +4
    -0
      requirements.yml
  3. +1
    -1
      setup.yml

+ 1
- 1
docs/configuring-playbook-dynamic-dns.md View File

@@ -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



+ 4
- 0
requirements.yml View File

@@ -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


+ 1
- 1
setup.yml View File

@@ -42,7 +42,7 @@
- install-all

- custom/matrix-base
- custom/matrix-dynamic-dns
- galaxy/ddclient
- galaxy/exim_relay

- role: galaxy/postgres


Loading…
Cancel
Save