2025-03-29 14:35:32 +01:00
# Variables for "Rougail"
2025-10-02 08:38:43 +02:00
**rougail**
`basic`
| Variable | Description |
2025-03-29 14:35:32 +01:00
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.secret1** < br /> [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.< br /> **Validator**: minimum length for the secret is 10 characters |
2025-03-31 10:25:08 +02:00
| **rougail.secret2** < br /> [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.< br /> **Validators**: < br /> - maximum length for the secret is 10 characters< br /> - forbidden characters: "$" and "^"< br /> **Default**: value |
| **rougail.secret3** < br /> [`secret`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.< br /> **Validators**: < br /> - maximum length for the secret is 10 characters< br /> - forbidden characters: "$"< br /> **Default**: value |
2025-03-29 14:35:32 +01:00