Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
blob: 78fd346e4590f0fed086d511cdd0f4483707b0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "args" : {
        "password" : "0000",
        "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
									    	 }
    	}
    }
}