Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,9 +6,8 @@ This folder is intended for host-specific Ansible variables. It complements `gro
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["host_vars"] --> B["Host A overrides"]
|
||||
A --> C["Host B overrides"]
|
||||
A --> D["Per-node secrets or tuning"]
|
||||
A["host_vars"]
|
||||
click A href "./" "host_vars"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user