https://github.com/escalate/ansible-raspberry-traefik-docker
An Ansible role that manages Traefik Proxy Docker container with systemd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-traefik-docker
ansible ansible-role container docker proxy raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd traefik
Last synced: about 2 months ago
JSON representation
An Ansible role that manages Traefik Proxy Docker container with systemd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-traefik-docker
- Owner: escalate
- License: mit
- Created: 2021-03-27T18:13:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T09:02:12.000Z (about 1 year ago)
- Last Synced: 2025-05-22T09:37:11.213Z (about 1 year ago)
- Topics: ansible, ansible-role, container, docker, proxy, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd, traefik
- Language: Jinja
- Homepage:
- Size: 61.5 KB
- Stars: 0
- 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-raspberry-traefik-docker/actions/workflows/test.yml)
# Ansible Role: Raspberry - Traefik Proxy (Docker)
An Ansible role that manages [Traefik Proxy](https://traefik.io/traefik/) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-traefik-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: [requirements.yml](https://github.com/escalate/ansible-raspberry-traefik-docker/blob/master/requirements.yml)
- Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-traefik-docker/blob/master/requirements.yml)
## Installation
```
$ ansible-galaxy role install escalate.traefik
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.traefik
tags: traefik
```
## License
MIT