added ssh deploy
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"_comment": "Скопируйте этот файл в config.json и заполните под себя",
|
||||
|
||||
"server_ip": "192.168.1.201",
|
||||
"bind_ip": "0.0.0.0",
|
||||
"subnet_mask": "255.255.255.0",
|
||||
"pool_start": "192.168.1.50",
|
||||
"pool_end": "192.168.1.200",
|
||||
"lease_seconds": 86400,
|
||||
|
||||
"final_ip": "192.168.1.60",
|
||||
"after_install": "halt",
|
||||
|
||||
"bundle_path": "../winDeployScripts/buttontask-deploy-2.33.tgz",
|
||||
|
||||
"device_user": "linaro",
|
||||
"auth": "password",
|
||||
"device_password": "linaro",
|
||||
"device_key_path": "",
|
||||
"use_sudo": true,
|
||||
|
||||
"plink_path": "plink.exe",
|
||||
"pscp_path": "pscp.exe",
|
||||
|
||||
"ssh_timeout_seconds": 180,
|
||||
"install_timeout_seconds": 600
|
||||
}
|
||||
Reference in New Issue
Block a user