opichon.docker_traefik
Ansible-Rolle: Installiere traefik Proxy als Docker-Container
Eine Ansible-Rolle, um Traefik-Proxy als Docker-Container zu installieren.
Anforderungen
Diese Rolle benötigt Ansible 1.2 oder höher.
Rollenvariablen
Die Ansible-Variablen sind unten aufgeführt mit ihren Standardwerten.
traefik_zertifikate: []
traefik_docker_domain:
traefik_gruppe: root
traefik_verzeichnis: /etc/traefik
traefik_netwerk: traefik
traefik_benutzer: root
traefik_volumes: []
acme_email: "[email protected]"
acme_domains:
- domain: mydomain.com
sans:
- www.mydomain.com
acme_logging: true
acme_staging: false
Beispiel-Playbook
---
- hosts: webserver
roles:
- dzangolab.docker_traefik
traefik_zertifikate:
-
{
ZertifikatDatei: "/path/to/certificate.crt",
SchlüsselDatei: "/path/tto/keyfile.key"
}
traefik_docker_domain: mydomain.com
traefik_netwerk: mydomain
traefik_volumes:
- /etc/ssl:/etc/ssl
Lizenz
MIT
Installieren
ansible-galaxy install opichon.docker_traefik
Lizenz
mit
Downloads
371
Besitzer
Entrepreneur & CTO
Since 2003, I have helped SMEs and startups in all their IT-related needs.