Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-12-25 18:46:08 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-12-25 18:46:08 +0000
commit906324026b17bd2ed507aefbaf5a634eab648bf9 (patch)
tree86f75b44c9c37dbd83e455d0918bc5dd1b20f6a4 /deployments/default.json
parent2f90c03afd0bbf7c57ef2563149d281c9b3183d5 (diff)
parent00d0a29c491d5641d589bdacccdd0726c44f4951 (diff)
Cleanup
Diffstat (limited to 'deployments/default.json')
-rw-r--r--deployments/default.json19
1 files changed, 15 insertions, 4 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 5deded3e..cd205f84 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,6 +1,17 @@
{
- "args" : {
- "password" : "<STDIN>",
- "post" : "reboot"
- }
+ "args" : {
+ "password" : "0000",
+ "post" : "stay"
+ },
+ "post" : {
+ "test exit codes" : {
+ "ssh test@77.80.220.176" : {"events" : {
+ "continue connecting" : "yes\n",
+ "s password" : "test\n"
+ },
+ "boot" : true,
+ "debug" : true
+ }
+ }
+ }
}