12 KiB
12 KiB
Table of Contents
dictionaries/rougail/00-base.yml
---
version: '1.1'
var1:
description: the first variable
test:
- test
var2:
description: the second variable
test:
- test
default: value
var3:
description: the third variable
test:
- test1
- test2
var4:
description: the forth variable
test:
-
- test1
- test2
mandatory: false
var5:
description: the fifth variable
type: boolean
test:
- false
var6:
description: the sixth variable
multi: true
test:
- test1
- test2
Variables for "rougail"
Variable | Description |
---|---|
rougail.var1string basic mandatory |
The first variable. Example: test |
rougail.var2string standard mandatory |
The second variable. Default: value Example: test |
rougail.var3string basic mandatory |
The third variable. Example: test1 |
rougail.var4string standard |
The forth variable. Example: None |
rougail.var5boolean standard mandatory |
The fifth variable. Default: True Example: False |
rougail.var6string basic mandatory unique multiple |
The sixth variable. Examples: - test1 - test2 |