mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
10 lines
No EOL
233 B
YAML
10 lines
No EOL
233 B
YAML
---
|
|
homeassistant_enabled: false
|
|
homeassistant_available_externally: "false"
|
|
|
|
# directories
|
|
homeassistant_data_directory: "{{ docker_home }}/homeassistant"
|
|
|
|
# network
|
|
homeassistant_port: "8123"
|
|
homeassistant_hostname: "homeassistant" |