23 lines
304 B
YAML
23 lines
304 B
YAML
---
|
|
version: 1.1
|
|
|
|
var1: [] # the first variable
|
|
|
|
var2: [] # the second variable
|
|
|
|
var3: [] # the third variable
|
|
|
|
var4: # the forth variable
|
|
- value
|
|
|
|
var5: # the fifth variable
|
|
- value
|
|
|
|
var6: # the sixth variable
|
|
- value
|
|
|
|
var7: # the seventh variable
|
|
- value
|
|
|
|
var8: # the eighth variable
|
|
- value
|