17 lines
434 B
Markdown
17 lines
434 B
Markdown
# 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 TD
|
|
A["tests"]
|
|
click A href "./" "tests"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The folder is currently a placeholder.
|
|
- Its presence reflects a design goal of keeping automation testable, not just executable.
|