2024-11-06 17:39:13 +01:00
---
gitea: none
include_toc: true
---
2024-12-02 20:21:31 +01:00
## general
2024-11-06 17:39:13 +01:00
`standard`
2024-11-15 08:13:45 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2024-12-02 20:21:31 +01:00
| **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
2024-12-02 20:21:31 +01:00
## general1
2024-11-06 17:39:13 +01:00
`basic`
2024-12-02 20:21:31 +01:00
### general1.leader
2024-11-06 17:39:13 +01:00
`basic`
This family contains lists of variable blocks.
2024-11-15 08:13:45 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2024-12-02 20:21:31 +01:00
| **general1.leader.leader** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | Leader. |
| **general1.leader.follower1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Follower1. |
| **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
2024-12-02 20:21:31 +01:00
# Example with all variables modifiable
```yaml
---
general:
mode_conteneur_actif: non
general1:
leader:
- leader: example
follower1: example
follower2: example
```