2025-10-30 21:14:34 +01:00
|
|
|
== Example with mandatory variables not filled in
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
2025-11-12 19:33:56 +01:00
|
|
|
leader:
|
|
|
|
|
- leader: example
|
2025-10-30 21:14:34 +01:00
|
|
|
----
|
|
|
|
|
== Example with all variables modifiable
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
2025-11-12 19:33:56 +01:00
|
|
|
leader:
|
|
|
|
|
- leader: example
|
|
|
|
|
follower1: value
|
|
|
|
|
follower2: value
|
2025-10-30 21:14:34 +01:00
|
|
|
----
|