ansible-nas/roles/threadfin/defaults/main.yml
2023-12-30 16:49:01 +00:00

14 lines
275 B
YAML

---
threadfin_enabled: false
threadfin_data_directory: "{{ docker_home }}/threadfin"
# network
threadfin_port: 34400
# docker
threadfin_container_name: "threadfin"
threadfin_image_name: "fyb3roptik/threadfin"
threadfin_image_version: "latest"
# specs
threadfin_memory: 1g