Просмотр исходного кода
Fetch ansible-role-ddclient from MASH project
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4902/head
Suguru Hirahara
3 недель назад
Родитель
Сommit
1cb9d0492c
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: E4F9743DAB4B7B75
3 измененных файлов:
6 добавлений и
2 удалений
-
docs/configuring-playbook-dynamic-dns.md
-
requirements.yml
-
setup.yml
|
|
|
@@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@@ -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 |
|
|
|
|
|
|
|
@@ -42,7 +42,7 @@ |
|
|
|
- install-all |
|
|
|
|
|
|
|
- custom/matrix-base |
|
|
|
- custom/matrix-dynamic-dns |
|
|
|
- galaxy/ddclient |
|
|
|
- galaxy/exim_relay |
|
|
|
|
|
|
|
- role: galaxy/postgres |
|
|
|
|