Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# infra-run/ansible/tests
|
||||
|
||||
This directory is reserved for validation of Ansible content. It represents the testing layer that would support inventories, roles, and playbooks as the automation footprint grows.
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A["tests"] --> B["Syntax checks"]
|
||||
A --> C["Molecule or scenario tests"]
|
||||
A --> D["Post-run validation"]
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The folder is currently a placeholder.
|
||||
- Its presence reflects a design goal of keeping automation testable, not just executable.
|
||||
Reference in New Issue
Block a user