Files
portfolio/infra-run/ansible/inventory/group_vars/README.md
T

17 lines
492 B
Markdown
Raw Normal View History

# infra-run/ansible/inventory/group_vars
This folder is reserved for shared Ansible variables applied to inventory groups. It is the right place for environment defaults, role inputs, and group-level operational settings.
## Diagram
```mermaid
2026-05-06 06:40:46 +00:00
flowchart TD
2026-05-06 06:46:27 +00:00
A["group_vars"]
click A href "./" "group_vars"
```
## Notes
- Use this layer when multiple hosts should inherit the same configuration.
- The directory is currently a placeholder and does not expose environment-specific data.