-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(supervised_install): Switch to deb installer (#29)
BREAKING CHANGE: The Home Assistant Supervised install.sh convenience script is deprecated. As a replacement, the install is now performed by installing the homeassistant-supervised.deb package. Overriding the default values for many of the configurations is not currently possible with the .deb package install, so the role variables related to these configurations have been removed. Any non-default values provided to this role specified in playbooks or inventory will not be used since these variables have been removed from the role. Fixes #27
- Loading branch information
1 parent
3b75a37
commit 70526ef
Showing
7 changed files
with
44 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
--- | ||
supervised_install_ansible_requirements: true | ||
prefix: /usr | ||
sysconfdir: /etc | ||
data_share: "{{ prefix }}/share/hassio" | ||
config: "{{ sysconfdir }}/hassio.json" | ||
HASSIO_CONFIG: "/etc/hassio.json" # noqa var-naming | ||
supervised_install_deb_timeout: 600 | ||
machine: raspberrypi4-64 | ||
docker_repo: homeassistant | ||
binary_docker: /usr/bin/docker | ||
BINARY_DOCKER: "/usr/bin/docker" # noqa var-naming | ||
service_docker: "docker.service" | ||
SERVICE_DOCKER: "docker.service" # noqa var-naming | ||
HASSIO_APPARMOR_BINARY: "/usr/sbin/hassio-apparmor" # noqa var-naming | ||
BINARY_HASSIO: "/usr/sbin/hassio-supervisor" # noqa var-naming |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters