24 lines
713 B
Markdown
24 lines
713 B
Markdown
# 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
|
|
A["collections"] --> B["External or custom collections"]
|
|
B --> C["Modules"]
|
|
B --> D["Plugins"]
|
|
B --> E["Roles integration"]
|
|
```
|
|
|
|
## 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.
|