# 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"] 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.