2024-11-06 17:39:13 +01:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
general:
mode_conteneur_actif:
type: string
description: No change
default: non
general1:
leader:
description: leader
type: leadership
leader:
type: string
description: leader
follower1:
type: string
description: follower1
follower2:
type: string
description: follower2
version: '1.0'
```
2024-11-07 22:51:28 +01:00
# Variables for "rougail"
2024-11-06 17:39:13 +01:00
## rougail.general
`standard`
2024-11-07 22:51:28 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.general.mode_conteneur_actif** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | No change.< br /> **Default**: non |
2024-11-06 17:39:13 +01:00
## rougail.general1
`basic`
### rougail.general1.leader
`basic`
This family contains lists of variable blocks.
2024-11-07 22:51:28 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.general1.leader.leader** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | Leader. |
| **rougail.general1.leader.follower1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Follower1. |
| **rougail.general1.leader.follower2** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Follower2. |
2024-11-06 17:39:13 +01:00