2025-10-30 21:14:34 +01:00
|
|
|
== Example with mandatory variables not filled in
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
|
|
|
|
rougail: # Rougail
|
|
|
|
|
secret1: secrets # The first variable
|
|
|
|
|
----
|
2026-04-30 06:58:12 +02:00
|
|
|
|
|
|
|
|
|
2025-10-30 21:14:34 +01:00
|
|
|
== Example with all variables modifiable
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
|
|
|
|
rougail: # Rougail
|
|
|
|
|
secret1: secrets # The first variable
|
|
|
|
|
secret2: value # The second variable
|
|
|
|
|
----
|