Files
portfolio/infra-run/ansible/collections/README.md
T

22 lines
634 B
Markdown
Raw Normal View History

# infra-run/ansible/collections
This folder is reserved for Ansible collections used by the `infra-run` automation area. It is intended for dependencies or custom collections that support playbooks and roles.
## Diagram
```mermaid
flowchart TD
2026-05-06 06:46:27 +00:00
A["collections"]
click A href "./" "collections"
```
## Scope
- Store collection dependencies close to the operational automation they support.
- Keep collection usage explicit for repeatable execution in controlled environments.
## Notes
- The directory currently contains only a placeholder file.
- A local README helps preserve intent before real collection content is added.