2024-07-10 21:27:48 +02:00
---
gitea: none
include_toc: true
---
2024-12-02 20:21:31 +01:00
# Variables
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **var1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.< br /> **Default**: no |
| **var2** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.< br /> **Default**: the value of var1. |
# Example with all variables modifiable
2024-07-10 21:27:48 +02:00
```yaml
---
2024-12-02 20:21:31 +01:00
var1: no
2024-07-10 21:27:48 +02:00
var2:
2024-12-02 20:21:31 +01:00
- no
2024-07-10 21:27:48 +02:00
```