Make README diagrams vertical and clickable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user