2024-07-10 21:27:48 +02:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
# dictionaries/rougail/00-base.yml
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
version: '1.1'
|
|
|
|
condition: false # a conditional variable
|
|
|
|
family:
|
|
|
|
description: a family
|
|
|
|
hidden:
|
|
|
|
jinja: |
|
|
|
|
{% if not rougail.condition %}
|
|
|
|
condition is false
|
|
|
|
{% endif %}
|
|
|
|
description: if not condition
|
2024-11-06 17:39:13 +01:00
|
|
|
variable:
|
|
|
|
description: a variable
|
|
|
|
mandatory: false
|
2024-07-10 21:27:48 +02:00
|
|
|
```
|
2024-11-07 22:51:28 +01:00
|
|
|
# Variables for "rougail"
|
2024-07-10 21:27:48 +02:00
|
|
|
|
2024-11-06 17:39:13 +01:00
|
|
|
| Variable | Description |
|
|
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
2024-11-07 22:51:28 +01:00
|
|
|
| **rougail.condition**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A conditional variable.<br/>**Default**: False |
|
2024-07-10 21:27:48 +02:00
|
|
|
|
|
|
|
## a family
|
|
|
|
|
2024-11-08 22:11:34 +01:00
|
|
|
`standard` *`hidden`*
|
2024-07-10 21:27:48 +02:00
|
|
|
|
2024-11-07 22:51:28 +01:00
|
|
|
**Hidden**: if not condition.
|
2024-07-10 21:27:48 +02:00
|
|
|
|
2024-11-06 17:39:13 +01:00
|
|
|
| Variable | Description |
|
|
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| **rougail.family.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable. |
|
2024-07-10 21:27:48 +02:00
|
|
|
|
|
|
|
|