init commit
This commit is contained in:
11
tasks/dashdot.yml
Normal file
11
tasks/dashdot.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Create Dashdot Docker Container
|
||||
docker_container:
|
||||
name: dashdot
|
||||
image: mauricenino/dashdot
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
networks:
|
||||
- name: homelab
|
||||
volumes:
|
||||
- "/:/mnt/host:ro"
|
Reference in New Issue
Block a user