6 KiB
6 KiB
Table of Contents
dictionaries/rougail/00-base.yml
---
version: 1.1
leader:
description: leader
type: leadership
leader: # a leader
- a
- b
follower:
description: a follower
disabled:
type: jinja
jinja: |
{% if _.leader == "a" %}
the value of "leader" is "a"
{% endif %}
description: if the value of "leader" is "a"
default:
type: variable
variable: _.leader
Variables for "rougail"
rougail.leader
standard
This family contains lists of variable blocks.
Variable | Description |
---|---|
rougail.leader.leaderstring standard mandatory unique multiple |
A leader. Default: - a - b |
rougail.leader.followerstring standard mandatory disabled |
A follower. Default: the value of the variable "rougail.leader.leader". Disabled: if the value of "leader" is "a". |
Example with all variables modifiable
---
rougail:
leader:
- leader: a
follower: b
- leader: b
follower: b