ansible-nas/roles/homeassistant/defaults/main.yml
2021-02-23 15:16:29 +00:00

13 lines
268 B
YAML

---
homeassistant_enabled: false
homeassistant_available_externally: "false"
# directories
homeassistant_data_directory: "{{ docker_home }}/homeassistant"
# network
homeassistant_port: "8123"
homeassistant_hostname: "homeassistant"
# specs
homeassistant_memory: 1g