dns_resolver role, update-dns script, dns-deploy playbook, inventory updates

This commit is contained in:
sascha 2026-04-03 19:42:50 +02:00
parent 152edb8345
commit 1509daad4c
26 changed files with 780 additions and 176 deletions

12
.kiro/context.md Normal file
View file

@ -0,0 +1,12 @@
# Kiro Kontext
Lies bei jeder neuen Session die Dokumentation:
- Lokale Doku: /app-config/kiro/doku/ (Markdown Dateien)
- Outline Wiki: http://10.1.1.100:3000 (API Key: ol_api_SzwSzFyxmK3Ff0FmQpAegdGC2rMaglJMTUcz2d)
- API Keys: /app-config/kiro/api/
Wichtige Regeln:
- NIEMALS Caddy, FRP oder Emby Container ohne Rücksprache ändern
- Compose-Dateien nie programmatisch überschreiben (yaml.dump etc.)
- .env Dateien NIEMALS in Git pushen
- Volumes immer unter /app-config/ — keine Docker Volumes

7
.kiro/settings/mcp.json Normal file
View file

@ -0,0 +1,7 @@
{
"mcpServers": {
"dockhand": {
"url": "http://10.4.1.116:8090/mcp"
}
}
}