17 lines
489 B
Markdown
17 lines
489 B
Markdown
# infra-run/ansible/playbooks
|
|
|
|
This directory is intended for executable Ansible playbooks that coordinate roles, inventories, and operational tasks. In the current portfolio state it acts as a prepared entry point for future automation runs.
|
|
|
|
## Diagram
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
A["playbooks"]
|
|
click A href "./" "playbooks"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- Playbooks belong here when the repository expands beyond script-first operations.
|
|
- The directory currently contains only placeholder content.
|