Skip to content

Phill93/ansible-role-traefik

Repository files navigation

Phill93 Traefik

Installs traefik in a docker container and configures it.

Requirements

Role Variables

  traefik_static_conf:
  providers:
    file:
      filename: /etc/traefik/dynamic_conf.yaml
  entryPoints:
      web:
          address: :80

  traefik_dynamic_conf: {}

  traefik_ports:
    - "80:80"

  traefik_docker_sock: True

Example Playbook

    - hosts: servers
      roles:
         - { role: Phill93.traefik}

License

MIT

Thanks for the markdown version goes to IQAndreas

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages