Make README diagrams vertical and clickable

This commit is contained in:
Mateusz Suski
2026-05-06 06:46:27 +00:00
parent 8cc19a0442
commit d1b9cabe5c
31 changed files with 92 additions and 158 deletions
+7 -7
View File
@@ -6,13 +6,13 @@ This directory reserves the Ansible automation area for future infrastructure-as
```mermaid
flowchart TD
A["ansible"] --> B["collections"]
A --> C["inventory"]
A --> D["playbooks"]
A --> E["roles"]
A --> F["tests"]
C --> C1["group_vars"]
C --> C2["host_vars"]
A["ansible"] --> B["collections"] --> C["inventory"] --> D["playbooks"] --> E["roles"] --> F["tests"]
click A href "./" "ansible"
click B href "./collections/" "collections"
click C href "./inventory/" "inventory"
click D href "./playbooks/" "playbooks"
click E href "./roles/" "roles"
click F href "./tests/" "tests"
```
## Scope