Ansible deployed via boilerplates and playbooks

This commit is contained in:
2026-03-22 18:15:55 -05:00
parent 836ef66cf0
commit 307413f3f2
16 changed files with 760 additions and 274 deletions

View File

@@ -0,0 +1,17 @@
http:
routers:
semaphore:
rule: "Host(`semaphore.local.mk-labs.cloud`)"
entryPoints:
- websecure
service: semaphore
tls:
certResolver: cloudflare
middlewares:
- security-headers
services:
semaphore:
loadBalancer:
servers:
- url: "http://imagineering.local.mk-labs.cloud:3000"