2024-11-06 17:39:13 +01:00
---
gitea: none
include_toc: true
---
2025-02-10 09:52:12 +01:00
# Variables for "Rougail"
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.secret1** < br /> [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. |
| **rougail.secret2** < br /> [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.< br /> **Default**: value |
# Example with mandatory variables not filled in
2024-11-06 17:39:13 +01:00
```yaml
---
2025-02-10 09:52:12 +01:00
rougail:
secret1: secrets
2024-11-06 17:39:13 +01:00
```
2025-02-10 09:52:12 +01:00
# Example with all variables modifiable
2024-11-06 17:39:13 +01:00
2025-02-10 09:52:12 +01:00
```yaml
---
rougail:
secret1: secrets
secret2: value
```