mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-27 07:33:05 +00:00
19 lines
421 B
YAML
19 lines
421 B
YAML
add:
|
|
name: 'test_name'
|
|
group: 'test_group'
|
|
host: 'test_host'
|
|
protocol: 'test_protocol'
|
|
login: 'test_login'
|
|
password: 'test_password'
|
|
port: '42'
|
|
comment: 'test_comment'
|
|
update:
|
|
name: 'test_name_update'
|
|
group: 'test_group_update'
|
|
host: 'test_host_update'
|
|
protocol: 'test_protocol_update'
|
|
login: 'test_login_update'
|
|
password: 'test_password_update'
|
|
port: '43'
|
|
comment: 'test_comment_update'
|
|
|