An Ansible role that manages ha-bridge Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
Please see defaults/main.yml for a complete list of variables that can be overridden.
This role relies on the following dependencies:
- Roles: None
- Collections: None
$ ansible-galaxy role install escalate.ha_bridge
- hosts: all
roles:
- role: escalate.ha_bridge
tags: habridge
MIT