Installs and configures traefik as a docker container on a Linux docker environment.
ansible-galaxy install sbaerlocher.traefik
None
Variable | Default | Comments (type) |
---|---|---|
traefik_sendanonymoususage | false | |
traefik_debug | false | |
traefik_dir | /etc/traefik | |
traefik_hostname | "{{ inventory_hostname }}" | |
traefik_https | false | |
traefik_https_redirect | false | |
traefik_log_level | ERROR | |
traefik_network | traefik_default | |
traefik_api | false | |
traefik_ping | false |
None
- hosts: all
roles:
- sbaerlocher.traefik
- inital commit
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2018, Simon Bärlocher