Skip to content

Manages ha-bridge Docker container with systemd on Raspbian and Debian OS

License

Notifications You must be signed in to change notification settings

escalate/ansible-ha-bridge-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test

Ansible Role: Raspberry - ha-bridge (Docker)

An Ansible role that manages ha-bridge Docker container with systemd on Raspberry Pi OS (Debian Bookworm).

Role Variables

Please see 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