mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Custom dynamic DNS to get rid of damn no-ip
This commit is contained in:
parent
c1ae999fa6
commit
994ffba153
6 changed files with 50 additions and 6 deletions
10
roles/ddns-docker/tasks/main.yml
Normal file
10
roles/ddns-docker/tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Copy ddns config
|
||||
copy:
|
||||
src: ddns
|
||||
dest: "{{docker_compose_files_folder}}"
|
||||
|
||||
- name: Start ddns docker project
|
||||
docker_service:
|
||||
project_src: "{{docker_compose_files_folder}}/ddns"
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue