ansible-nas/roles/homeassistant/defaults/main.yml

14 lines
268 B
YAML
Raw Normal View History

2021-01-16 22:16:19 +00:00
---
homeassistant_enabled: false
2021-01-16 22:16:19 +00:00
homeassistant_available_externally: "false"
2021-01-19 17:18:12 +00:00
# directories
2021-01-16 22:16:19 +00:00
homeassistant_data_directory: "{{ docker_home }}/homeassistant"
2021-01-19 17:18:12 +00:00
# network
homeassistant_port: "8123"
2021-02-21 19:50:07 +00:00
homeassistant_hostname: "homeassistant"
# specs
homeassistant_memory: 1g