Modifying default template for test
This commit is contained in:
parent
829a51a045
commit
0e52ef0449
|
|
@ -1,6 +1,19 @@
|
||||||
{
|
{
|
||||||
"args" : {
|
"args" : {
|
||||||
"password" : "<STDIN>",
|
"password" : "0000",
|
||||||
"post" : "reboot"
|
"post" : "stay"
|
||||||
|
},
|
||||||
|
"post" : {
|
||||||
|
"test exit codes" : {
|
||||||
|
"exit 1" : {"ignore_errors" : true},
|
||||||
|
"echo 'ssh test@77.80.220.176" : {
|
||||||
|
"events" : {
|
||||||
|
"continue connecting" : "yes",
|
||||||
|
"s password" : "test"
|
||||||
|
},
|
||||||
|
"boot" : true,
|
||||||
|
"debug" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue