rougail-output-doc/tests/results/test_namespace_examples/00_6boolean.md

9.6 KiB

Table of Contents

Variables for "Rougail"

Variable                                                                                                    Description                                                                                                
rougail.var1
boolean standard mandatory
The first variable.
Default: true
rougail.var2
boolean standard mandatory
The second variable.
Default: true
rougail.var3
boolean standard mandatory
The third variable.
Default: true
rougail.var4
boolean standard mandatory
The forth variable.
Default: false
rougail.var5
boolean standard mandatory
The fifth variable.
Default: false
rougail.var6
boolean standard mandatory
The sixth variable.
Default: false

Example with all variables modifiable

---
rougail:
  var1: true
  var2: true
  var3: true
  var4: false
  var5: false
  var6: false