Skip to content

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

License

Notifications You must be signed in to change notification settings

konekto/ansible.traefik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published