mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
15 lines
258 B
YAML
15 lines
258 B
YAML
|
---
|
||
|
# enable or disable the application
|
||
|
firefly_enabled: false
|
||
|
firefly_available_externally: "false"
|
||
|
|
||
|
# directories
|
||
|
firefly_data_directory: "{{ docker_home }}/firefly"
|
||
|
|
||
|
# network
|
||
|
firefly_hostname: "firefly"
|
||
|
firefly_port: "8066"
|
||
|
|
||
|
# specs
|
||
|
firefly_memory: "1g"
|