日常更新

This commit is contained in:
2026-03-29 09:08:01 +08:00
parent 31709425e2
commit befdefd222
224 changed files with 7240 additions and 3297 deletions

6
ansible/bin/scaffold-doc-id.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# 生成执行域 doc_id 最小骨架docs + ansible/files + verify playbook。参见 ansible/tools/scaffold_doc_id.py
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
exec python3 "$ROOT/ansible/tools/scaffold_doc_id.py" "$@"