mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 11:33:08 +00:00
17 lines
255 B
YAML
17 lines
255 B
YAML
---
|
|
ombi_enabled: false
|
|
ombi_available_externally: "false"
|
|
|
|
# directories
|
|
ombi_config_directory: "{{ docker_home }}/ombi/config"
|
|
|
|
# network
|
|
ombi_port: "3579"
|
|
ombi_hostname: "ombi"
|
|
|
|
# uid / gid
|
|
ombi_user_id: "0"
|
|
ombi_group_id: "0"
|
|
|
|
# specs
|
|
ombi_memory: 1g
|