Switch README diagrams to vertical layout

This commit is contained in:
Mateusz Suski
2026-05-06 06:40:46 +00:00
parent 1e2db3e125
commit 8cc19a0442
14 changed files with 14 additions and 14 deletions
@@ -5,7 +5,7 @@ This folder is reserved for shared Ansible variables applied to inventory groups
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["group_vars"] --> B["Environment defaults"] A["group_vars"] --> B["Environment defaults"]
A --> C["Role parameters"] A --> C["Role parameters"]
A --> D["Shared operational values"] A --> D["Shared operational values"]
@@ -5,7 +5,7 @@ This folder is intended for host-specific Ansible variables. It complements `gro
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["host_vars"] --> B["Host A overrides"] A["host_vars"] --> B["Host A overrides"]
A --> C["Host B overrides"] A --> C["Host B overrides"]
A --> D["Per-node secrets or tuning"] A --> D["Per-node secrets or tuning"]
+1 -1
View File
@@ -5,7 +5,7 @@ This directory is reserved for validation of Ansible content. It represents the
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["tests"] --> B["Syntax checks"] A["tests"] --> B["Syntax checks"]
A --> C["Molecule or scenario tests"] A --> C["Molecule or scenario tests"]
A --> D["Post-run validation"] A --> D["Post-run validation"]
+1 -1
View File
@@ -5,7 +5,7 @@ This directory is reserved for Python helpers that may later complement the Bash
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["python"] --> B["Future reporting utilities"] A["python"] --> B["Future reporting utilities"]
A --> C["Parsers"] A --> C["Parsers"]
A --> D["Automation helpers"] A --> D["Automation helpers"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for CI/CD experiments such as pipeline layouts, validati
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["ci-cd"] --> B["Build"] A["ci-cd"] --> B["Build"]
A --> C["Test"] A --> C["Test"]
A --> D["Package"] A --> D["Package"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for Docker-focused lab work. It is intended for image bu
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["docker"] --> B["Dockerfiles"] A["docker"] --> B["Dockerfiles"]
A --> C["Compose stacks"] A --> C["Compose stacks"]
A --> D["Container debugging"] A --> D["Container debugging"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for Kubernetes lab work such as manifests, troubleshooti
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["kubernetes"] --> B["Workloads"] A["kubernetes"] --> B["Workloads"]
A --> C["Services"] A --> C["Services"]
A --> D["Ingress and networking"] A --> D["Ingress and networking"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for networking-focused exercises. It can hold examples a
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["networking"] --> B["Routing"] A["networking"] --> B["Routing"]
A --> C["DNS"] A --> C["DNS"]
A --> D["Firewall and ports"] A --> D["Firewall and ports"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for Terraform experiments and infrastructure-as-code pra
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["terraform"] --> B["Modules"] A["terraform"] --> B["Modules"]
A --> C["Environment configs"] A --> C["Environment configs"]
A --> D["Plan and apply workflows"] A --> D["Plan and apply workflows"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for clustering-focused platform work. It is meant for hi
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["clustering"] --> B["Quorum"] A["clustering"] --> B["Quorum"]
A --> C["Failover"] A --> C["Failover"]
A --> D["Service groups"] A --> D["Service groups"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for Elastic Stack style log-analysis work. It can hold e
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["elk-log-analysis"] --> B["Ingest"] A["elk-log-analysis"] --> B["Ingest"]
A --> C["Parse"] A --> C["Parse"]
A --> D["Search"] A --> D["Search"]
@@ -5,7 +5,7 @@ This folder is reserved for monitoring and alerting work centered on Zabbix-styl
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["monitoring-zabbix"] --> B["Hosts"] A["monitoring-zabbix"] --> B["Hosts"]
A --> C["Templates"] A --> C["Templates"]
A --> D["Triggers"] A --> D["Triggers"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for storage-oriented platform topics. It can hold higher
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["storage"] --> B["Capacity planning"] A["storage"] --> B["Capacity planning"]
A --> C["Filesystem expansion"] A --> C["Filesystem expansion"]
A --> D["Block device management"] A --> D["Block device management"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for virtualization platform topics. It is intended for w
## Diagram ## Diagram
```mermaid ```mermaid
flowchart LR flowchart TD
A["virtualization"] --> B["Hypervisors"] A["virtualization"] --> B["Hypervisors"]
A --> C["Guests"] A --> C["Guests"]
A --> D["Resource planning"] A --> D["Resource planning"]