An Ansible role that manages Home Assistant Docker container with systemd on Raspberry Pi OS (Debian Bullseye).
$ ansible-galaxy install escalate.home_assistant
Please see defaults/main.yml for a complete list of variables that can be overridden.
This role relies on the following dependencies:
- Roles: requirements.yml
- Collections: collections.yml
- hosts: all
roles:
- role: escalate.home_assistant
tags: homeassistant
MIT