Files
portfolio/infra-run/ansible/roles/README.md
T
2026-05-06 06:46:27 +00:00

469 B

infra-run/ansible/roles

This folder is reserved for reusable Ansible roles. Roles make it possible to organize configuration logic into predictable, testable units that can be shared across playbooks.

Diagram

flowchart TD
  A["roles"]
  click A href "./" "roles"

Notes

  • The role layout is not yet populated, but the structure is in place for future automation modules.
  • Keeping a README here documents intent even before role code exists.