docs(bootstrap): add section comments, role boundary docs, and pipeline overview

This commit is contained in:
2026-02-22 01:59:12 +01:00
parent 2bf0cb901e
commit 0e3edb41f7
5 changed files with 36 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
---
# Centralized normalization — all input dicts (system, hypervisor, disks)
# are normalized here into system_cfg, hypervisor_cfg, etc.
# Downstream roles consume these computed facts directly and do NOT need
# per-role _normalize.yml (except CIS, which has its own input dict).
- name: Global defaults loaded
ansible.builtin.debug:
msg: Global defaults loaded.