Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 849 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 849 Bytes

traefik

Build Status

Role Variables

# Traefik installation configuration
traefik_install_dir: /usr/local/bin
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.7.11/traefik_linux-amd64
traefik_bin_path: "{{ traefik_install_dir }}/traefik"
traefik_config_dir: /etc/traefik

traefik_static_config: |
                        # Add your custom static config here

traefik_dynamic_config: |
                        # Add your custom dynamic config here

Example Playbook

- hosts: servers
  roles:
     - { role: gig.tech.traefik }

License

MIT

Author Information

GIG Technology NV https://github.com/gig-tech