Add Host Config Files and Update Utility Playbooks

This commit is contained in:
2024-02-06 12:38:01 -08:00
parent 4351c6803b
commit 41579e2771
6 changed files with 154 additions and 0 deletions

27
host_config/traefik.yml Normal file
View 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: {}