Add Host Config Files and Update Utility Playbooks
This commit is contained in:
27
host_config/traefik.yml
Normal file
27
host_config/traefik.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
## Static configuration
|
||||
global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: false
|
||||
|
||||
log:
|
||||
filePath: /var/log/traefik/traefik.log
|
||||
accessLog:
|
||||
filePath: /var/log/traefik/access.log
|
||||
|
||||
entryPoints:
|
||||
websecure:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
consulCatalog:
|
||||
endpoint:
|
||||
address: 127.0.0.1:8500
|
||||
|
||||
file:
|
||||
filename: /etc/traefik/traefik-certs.yml
|
||||
|
||||
api:
|
||||
insecure: true
|
||||
dashboard: true
|
||||
|
||||
ping: {}
|
||||
Reference in New Issue
Block a user