chore: added custom mount in netdata

This commit is contained in:
2024-08-20 07:37:34 +00:00
parent fbc348b1c2
commit 23c179fb61
2 changed files with 18 additions and 10 deletions

View File

@@ -4,6 +4,19 @@ repo_branch: stable
repo_url: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename|lower }} {{ repo_branch }}"
docker_netdata_default_mount:
- /mnt/docker/netdata/etc:/etc/netdata
- /mnt/docker/netdata/var_lib:/var/lib/netdata
- /mnt/docker/netdata/var_cache:/var/cache/netdata
- /etc/passwd:/host/etc/passwd:ro
- /etc/group:/host/etc/group:ro
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /etc/os-release:/host/etc/os-release:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
docker_netdata_custom_mount: []
dst_compose_files_dir: '/mnt/deploy/docker'
ipv6_enable: false