mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-06 08:48:49 +00:00
19 lines
353 B
YAML
19 lines
353 B
YAML
|
---
|
||
|
# enable or disable the application
|
||
|
homebridge_enabled: false
|
||
|
homebridge_available_externally: "false"
|
||
|
|
||
|
# directories
|
||
|
homebridge_config_directory: "{{ docker_home }}/homebridge/config"
|
||
|
|
||
|
# uid / gid
|
||
|
homebridge_user_id: "0"
|
||
|
homebridge_group_id: "0"
|
||
|
|
||
|
# network
|
||
|
homebridge_hostname: "homebridge"
|
||
|
homebridge_port: "8087"
|
||
|
|
||
|
# specs
|
||
|
homebridge_memory: "1g"
|