Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.48 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.48 KB

Ansible Role: traefik

Build Status license Ansible Galaxy

Description

Installs and configures traefik as a docker container on a Linux docker environment.

Installation

ansible-galaxy install sbaerlocher.traefik

Requirements

None

Role Variables

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

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - sbaerlocher.traefik

Changelog

1.0.0

  • inital commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2018, Simon Bärlocher