infrastructure/roles/traefik
saibotk f8306138b7
traefik: Fix IPv6 support to work properly
With some of the recently introduced changes especially around the
defaults and ipv6 addresses, this patch fixes all remaining issues and
makes sure the docker and firewall configuration fits the expectations.

Original commit: 7819c8fcc8
2020-08-18 15:35:55 +02:00
..
defaults traefik: Fix IPv6 support to work properly 2020-08-18 15:35:55 +02:00
files Initial commit 2020-08-10 01:37:13 +02:00
handlers Initial commit 2020-08-10 01:37:13 +02:00
meta Initial commit 2020-08-10 01:37:13 +02:00
tasks traefik: Fix IPv6 support to work properly 2020-08-18 15:35:55 +02:00
templates traefik: Fix IPv6 support to work properly 2020-08-18 15:35:55 +02:00
README.md Initial commit 2020-08-10 01:37:13 +02:00

Traefik

This will setup a Traefik server that acts as a dynamic reverse proxy and uses docker labels to route traffic. It also takes care about enabling/renewing Let's Encrypt certificates if specified.

Note: If using the IPv6 configuration: When changing the address etc, you will need to manually take care about removing old/unused firewall rules!

Requirements

You will need to have docker and docker-compose installed or declared as dependencies with their respective roles.

Role Variables

Please look at the defaults/main.yml for all available variables and their description.

Note: Lines that are commented out via # are usually still valid/used variables, but they are not defined by default, so they might enable a feature, when uncommenting/defining them!

Dependencies

  • docker
  • docker-compose

License

GPL-3.0-only