Robert Kaussow
fe9b1edca5
All checks were successful
continuous-integration/drone/push Build is passing
46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
---
|
|
homeassistant_version: 0.92.1
|
|
|
|
homeassistant_user: homeassistant
|
|
homeassistant_user_home: "/home/{{ homeassistant_user }}"
|
|
homeassistant_group: "{{ homeassistant_user }}"
|
|
homeassistant_extra_groups:
|
|
- tty
|
|
- dialout
|
|
|
|
homeassistant_systemd_after:
|
|
- network-online.target
|
|
|
|
homeassistant_base_dir: /opt/homeassistant
|
|
homeassistant_conf_dir: "{{ homeassistant_base_dir }}/config"
|
|
|
|
homeassistant_packages: []
|
|
|
|
homeassistant_http_bind_port: 8123
|
|
homeassistant_client_url: https://hassio.example.com
|
|
|
|
homeassistant_tls_enabled: False
|
|
homeassistant_tls_dhparam_path: "{{ homeassistant_base_dir }}/tls/dhparam.pem"
|
|
homeassistant_tls_dhparam_size: 2048
|
|
homeassistant_tls_cert_path: "{{ homeassistant_base_dir }}/tls/certs/mycert.pem"
|
|
homeassistant_tls_key_path: "{{ homeassistant_base_dir }}/tls/private/mykey.pem"
|
|
homeassistant_tls_cert_source: mycert.pem
|
|
homeassistant_tls_key_source: mykey.pem
|
|
|
|
# @var homeassistant_cmdline_override_enabled:description: >
|
|
# Override `/boot/cmdline.txt` with given conten. This can be necessary
|
|
# if you use searial hardware, but be careful! Wrong configuration
|
|
# may leave your system unusable!
|
|
# @end
|
|
homeassistant_cmdline_override_enabled: False
|
|
homeassistant_cmdline_content: "console=tty1 root=/dev/mmcblk0p3 rootfstype=ext4 elevator=deadline rootwait"
|
|
|
|
# @var homeassistant_exclude_modemmanager:description: >
|
|
# Prevent ModemManger from binding to serial devices and therefor
|
|
# blocking controllers like a `CC2531`. Devices can be skipped by a udev rule.
|
|
# @end
|
|
homeassistant_exclude_modemmanager: False
|
|
homeassistant_serial_device:
|
|
- vendor_id: "0000"
|
|
product_id: "xxxx"
|