23 lines
367 B
YAML
23 lines
367 B
YAML
---
|
||
version: 1.1
|
||
|
||
leader:
|
||
type: leadership
|
||
|
||
username:
|
||
description: the username
|
||
type: unix_user
|
||
default:
|
||
- test_secret_1
|
||
- test_secret_2
|
||
bitwarden: true
|
||
|
||
secret:
|
||
description: the secret
|
||
type: secret
|
||
default:
|
||
jinja: test_secret_{{ index + 1 }}
|
||
params:
|
||
index:
|
||
type: index
|
||
bitwarden: true
|