Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 886 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 886 Bytes

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