19 lines
579 B
Markdown
19 lines
579 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"] --> B["Provisioning flows"]
|
|
A --> C["Hardening flows"]
|
|
A --> D["Patch workflows"]
|
|
A --> E["Decommission workflows"]
|
|
```
|
|
|
|
## Notes
|
|
|
|
- Playbooks belong here when the repository expands beyond script-first operations.
|
|
- The directory currently contains only placeholder content.
|