Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.09 KB

File metadata and controls

35 lines (22 loc) · 1.09 KB

Test

Ansible Role: Raspberry - Traefik Proxy (Docker)

An Ansible role that manages Traefik Proxy 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:

Installation

$ ansible-galaxy role install escalate.traefik

Example Playbook

- hosts: all
  roles:
    - role: escalate.traefik
      tags: traefik

License

MIT