mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
31 lines
617 B
YAML
31 lines
617 B
YAML
add:
|
|
url: 'https://example.com:8080'
|
|
group: 'Bank'
|
|
host: 'example.com'
|
|
protocol: 'https'
|
|
user: 'admin'
|
|
password: 'VmfnCN6pPIqgRIbc'
|
|
port: '8080'
|
|
comment: 'the website'
|
|
|
|
import:
|
|
id: 'TEST-ID-XXXXX'
|
|
url: 'https://gogole.com:8081/toto'
|
|
group: 'Cloud'
|
|
host: 'gogole.com'
|
|
protocol: 'https'
|
|
user: 'gg-2304'
|
|
password: 'TITl0kV9CDDa9sVK'
|
|
port: '8081'
|
|
comment: 'My little servers'
|
|
created: 1386752948
|
|
|
|
update:
|
|
url: 'ssh://example2.com:2222'
|
|
group: 'Assurance'
|
|
host: 'example2.com'
|
|
protocol: 'ssh'
|
|
user: 'root'
|
|
password: 'kbSrbv4WlMaVxaZ7'
|
|
port: '2222'
|
|
comment: 'i love ssh'
|