ProxmoxDeploy/resources/config.json
Mathieu Broillet fb4154c7e5
All checks were successful
continuous-integration/drone/push Build is passing
implemented most creations steps and global improvements
2023-06-12 15:15:51 +02:00

11 lines
156 B
JSON

{
"pve":{
"host": "192.168.11.99",
"user": "root",
"port": 22,
"local": false
},
"settings": {
"setAuthorizedHostsSSH": true
}
}