Update proxmox hetzner
This commit is contained in:
parent
543f85fddf
commit
9b3a2e7a19
|
|
@ -3,7 +3,7 @@
|
||||||
"name" : "Proxmox Hetzner",
|
"name" : "Proxmox Hetzner",
|
||||||
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
|
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
|
||||||
"color" : null,
|
"color" : null,
|
||||||
"icon" : "proxmox",
|
"icon" : null,
|
||||||
"configuration" : {
|
"configuration" : {
|
||||||
"deletable" : true
|
"deletable" : true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,13 @@
|
||||||
"port" : 22,
|
"port" : 22,
|
||||||
"user" : "root",
|
"user" : "root",
|
||||||
"password" : {
|
"password" : {
|
||||||
"type" : "none"
|
"type" : "inPlace",
|
||||||
|
"value" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "VJ-Ct7Vg6CFTlTL9DV5TpERdwqEgW39TLNiZOVCiBUYwZae1WUhck0GX"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"identityStrategy" : {
|
"identityStrategy" : {
|
||||||
"type" : "none"
|
"type" : "none"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue