Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pngmbh/ansible-traefik-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0-beta3-pn0
Choose a base ref
...
head repository: pngmbh/ansible-traefik-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 35 files changed
  • 3 contributors

Commits on May 10, 2021

  1. Update: support forward auth for dashboard (#19)

    * Update: support forward auth for dashboard
    
     - enable with traefik_dashboard_fwdauth_server
     - added guards to ensure things are configured
     - append fwdauth labels to service when necessary
    
    * Update: allow setting the fqdn
    
    By default "traefik.{{ inventory_hostname }}". This new config var
    allows setting the complete name to something else if needed.
    
    We added this to unify all dashboards on a host to be able to fwd
    auth everywhere.
    
    * Update: allow overriding deps [this is ugly]
    
    * Chore: improve readme + shameless self promo :)
    till authored May 10, 2021
    Copy the full SHA
    853bf32 View commit details

Commits on May 21, 2021

  1. validate (#21)

    * Fix: allow setting path to `docker-compose` binary
    
    * Chore: add mode
    till authored May 21, 2021
    Copy the full SHA
    f514a36 View commit details

Commits on Aug 17, 2021

  1. Copy the full SHA
    9e11063 View commit details

Commits on Nov 24, 2021

  1. PROXY Protocol (and GHA) (#23)

    * Chore: convert test suite to Github Actions
    
    * Update: support for proxy protocol
    
    * Chore: lint, clean-up
    
    * Chore: test for proxy protocol (and flatcar)
    
    * Chore: activate all tests
    till authored Nov 24, 2021
    Copy the full SHA
    1fe25b2 View commit details

Commits on Dec 8, 2021

  1. Copy the full SHA
    33c5d68 View commit details

Commits on Mar 19, 2024

  1. Update: remove consul support (#25)

    * Update: remove consul support
    
    * Chore(deps): update actions
    till authored Mar 19, 2024
    Copy the full SHA
    e1160dd View commit details
  2. Chore(ci): use ansible-lint only

    till committed Mar 19, 2024
    Copy the full SHA
    77a8ec7 View commit details
  3. Update(traefik): enable tls (#27)

    * Update(traefik): enable tls
    
    * Fix(ci): only create with act
    
    * Fix(ci): install deps
    till authored Mar 19, 2024
    Copy the full SHA
    abcb6c7 View commit details
Loading