https://github.com/escalate/ansible-ha-bridge-docker
Manages ha-bridge Docker container with systemd on Raspbian and Debian OS
https://github.com/escalate/ansible-ha-bridge-docker
ansible debian docker ha-bridge raspberry raspbian self-hosted selfhosted systemd
Last synced: 2 months ago
JSON representation
Manages ha-bridge Docker container with systemd on Raspbian and Debian OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-ha-bridge-docker
- Owner: escalate
- License: mit
- Created: 2018-01-26T14:21:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T09:07:33.000Z (about 1 year ago)
- Last Synced: 2025-06-03T13:05:07.697Z (about 1 year ago)
- Topics: ansible, debian, docker, ha-bridge, raspberry, raspbian, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-ha-bridge-docker/actions/workflows/test.yml)
# Ansible Role: Raspberry - ha-bridge (Docker)
An Ansible role that manages [ha-bridge](https://github.com/bwssytems/ha-bridge) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-ha-bridge-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: None
- Collections: None
## Install
```
$ ansible-galaxy role install escalate.ha_bridge
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.ha_bridge
tags: habridge
```
## License
MIT