15 lines
210 B
YAML
15 lines
210 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
username:
|
||
|
description: the username
|
||
|
type: unix_user
|
||
|
default: test_secret_1
|
||
|
bitwarden: true
|
||
|
|
||
|
secret:
|
||
|
description: the secret
|
||
|
type: secret
|
||
|
default: test_secret_1
|
||
|
bitwarden: true
|