summaryrefslogtreecommitdiffstats
path: root/base.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-04-07 14:44:45 +0200
committerJonathan Bauer2017-04-07 14:44:45 +0200
commit2ecb5d98fe9d5bc7b98913bb60ce196a2366a531 (patch)
treec02ff7157b61d5acb4213bbe4c61488fd94f2800 /base.json
parentadded tl;dr section for quick start (diff)
downloadpacker-templates-2ecb5d98fe9d5bc7b98913bb60ce196a2366a531.tar.gz
packer-templates-2ecb5d98fe9d5bc7b98913bb60ce196a2366a531.tar.xz
packer-templates-2ecb5d98fe9d5bc7b98913bb60ce196a2366a531.zip
root password now set via ROOTPW env var
Diffstat (limited to 'base.json')
-rw-r--r--base.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/base.json b/base.json
index 8f4ff26..77890be 100644
--- a/base.json
+++ b/base.json
@@ -1,9 +1,8 @@
{
"cpus": "2",
- "disk_size": "40000",
+ "disk_size": "4000",
"headless": "true",
"memory": "1024",
"ssh_timeout": "60m",
- "ssh_username": "root",
- "ssh_password": "s0m3p4ss"
+ "ssh_username": "root"
}