Set up ddclient
This commit is contained in:
parent
5e7b8bb881
commit
d7c3f97797
@ -13,6 +13,7 @@
|
|||||||
include_tasks: tasks/{{ item }}
|
include_tasks: tasks/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- app/gulagbot.yml
|
- app/gulagbot.yml
|
||||||
|
- app/ddclient.yml
|
||||||
tags: [ always ]
|
tags: [ always ]
|
||||||
roles:
|
roles:
|
||||||
- role: backup
|
- role: backup
|
||||||
|
13
playbooks/tasks/app/ddclient.yml
Normal file
13
playbooks/tasks/app/ddclient.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# vim:ft=ansible:
|
||||||
|
- name: docker deploy ddclient
|
||||||
|
docker_container:
|
||||||
|
name: ddclient
|
||||||
|
state: started
|
||||||
|
image: linuxserver/ddclient:latest
|
||||||
|
restart_policy: unless-stopped
|
||||||
|
pull: yes
|
||||||
|
env:
|
||||||
|
TZ: America/Chicago
|
||||||
|
volumes:
|
||||||
|
- /data/ddclient:/config
|
||||||
|
tags: [ docker, ddclient ]
|
Loading…
Reference in New Issue
Block a user