https://github.com/escalate/ansible-raspberry-home-assistant-docker
An Ansible role that manages Home Assistant Docker container with systemd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-home-assistant-docker
ansible ansible-role container docker hass home-assistant homeassistant raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd
Last synced: 6 months ago
JSON representation
An Ansible role that manages Home Assistant Docker container with systemd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-home-assistant-docker
- Owner: escalate
- License: mit
- Created: 2020-06-19T09:29:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T13:54:37.000Z (7 months ago)
- Last Synced: 2025-03-26T17:41:42.246Z (6 months ago)
- Topics: ansible, ansible-role, container, docker, hass, home-assistant, homeassistant, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 62.5 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-home-assistant-docker/actions/workflows/test.yml)
# Ansible Role: Raspberry - Home Assistant (Docker)
An Ansible role that manages [Home Assistant](https://www.home-assistant.io/) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-home-assistant-docker/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: [requirements.yml](https://github.com/escalate/ansible-raspberry-home-assistant-docker/blob/master/requirements.yml)
- Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-home-assistant-docker/blob/master/requirements.yml)## Installation
```
$ ansible-galaxy role install escalate.home_assistant
```## Example Playbook
```
- hosts: all
roles:
- role: escalate.home_assistant
tags: homeassistant
```## License
MIT