Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T12:22:41.000Z (10 months ago)
- Last Synced: 2024-02-27T12:58:42.962Z (10 months ago)
- Topics: ansible, debian, docker, ha-bridge, raspberry, raspbian, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Test](https://github.com/escalate/ansible-ha-bridge-docker/actions/workflows/test.yml/badge.svg?branch=master&event=push)](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