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

17 lines
473 B
Markdown
Raw Normal View History

# infra-run/ansible/inventory/host_vars
This folder is intended for host-specific Ansible variables. It complements `group_vars` by capturing node-level differences that should not be shared across an entire inventory group.
## Diagram
```mermaid
2026-05-06 06:40:46 +00:00
flowchart TD
2026-05-06 06:46:27 +00:00
A["host_vars"]
click A href "./" "host_vars"
```
## Notes
- Use this area when operational differences are specific to one server.
- The directory is intentionally empty in the sanitized portfolio state.