== dictionaries/rougail/00-base.yml [,yaml] ---- version: '1.1' condition: no # the variable use has condition family: description: possibly hidden family hidden: type: jinja jinja: | {% if _.condition == "yes" %} condition is yes {% endif %} description: if condition is yes subfamily: var1: # a variable ---- == Variables for "rougail" [cols="105a,105a",options="header"] |==== | Variable | Description | **rougail.condition** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The variable use has condition. + **Default**: no |==== === possibly hidden family `basic` _`hidden`_ **Hidden**: if condition is yes. ==== rougail.family.subfamily `basic` [cols="105a,105a",options="header"] |==== | Variable | Description | **rougail.family.subfamily.var1** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable. |==== == Example with mandatory variables not filled in [,yaml] ---- rougail: family: subfamily: var1: example ---- == Example with all variables modifiable [,yaml] ---- rougail: condition: no family: subfamily: var1: example ----