19 lines
300 B
YAML
19 lines
300 B
YAML
|
|
---
|
||
|
|
version: '1.1'
|
||
|
|
leader:
|
||
|
|
description: leadership
|
||
|
|
type: leadership
|
||
|
|
leader: # a leader
|
||
|
|
- a
|
||
|
|
- b
|
||
|
|
- c
|
||
|
|
follower1:
|
||
|
|
description: a follower
|
||
|
|
type: number
|
||
|
|
default:
|
||
|
|
jinja: '{{ index }}'
|
||
|
|
params:
|
||
|
|
index:
|
||
|
|
type: index
|
||
|
|
description: returns index
|