Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/00_11_22_33_44_55.json
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/00_11_22_33_44_55.json')
-rw-r--r--deployments/00_11_22_33_44_55.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/deployments/00_11_22_33_44_55.json b/deployments/00_11_22_33_44_55.json
deleted file mode 100644
index 5526629e..00000000
--- a/deployments/00_11_22_33_44_55.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "args" : {
- "include" : "workstation",
- "user" : "anton",
- "password" : "1111",
- "drive" : "/dev/sdb",
- "post" : "don't reboot"
- },
- "post" : {
- "Setup a basic virtual environment": {
- "mkdir -p /home/{user}/virts" : {"pass-args" : true},
- "qemu-img create -f qcow2 /home/{user}/virts/test_deploy.qcow2 4G" : {"pass-args" : true},
- "chown -R {user}.{user} /home/{user}/virts" : {"pass-args" : true}
- },
- "Setup user" : {
- "useradd -m -G wheel -s /bin/bash anton" : null,
- "sh -c \"echo {user}:{password} | chpasswd\"" : {"pass-args" : true}
- }
- }
-}