Hermes 43741f17e4 fix: add ob-shell and org-confirm-babel-evaluate to tangle-deploy block in infrastructure.org
The tangle-deploy.sh is tangled FROM infrastructure.org, but the org
block was missing (require 'ob-shell) and org-confirm-babel-evaluate nil.
This caused the CrowdSec noweb block (sh src) to evaluate as nil,
making crowdsecLapiKey = nil in dynamic.yaml and blocking ALL traffic
through the CrowdSec bouncer with 403.

Fix the org block so the system is self-consistent: tangle always
produces a correct tangle-deploy.sh that can load ob-shell and
evaluate noweb blocks without confirmation prompts.
2026-06-06 18:17:29 +00:00
Description
Infrastructure as literate code — tangle to deploy
657 KiB
Languages
Shell 100%