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: about 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 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:21:47.000Z (2 months ago)
- Last Synced: 2025-03-16T11:27:25.977Z (2 months ago)
- Topics: ansible, debian, docker, ha-bridge, raspberry, raspbian, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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