summaryrefslogtreecommitdiffstats
path: root/base.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-03-10 18:37:04 +0100
committerJonathan Bauer2017-03-10 18:37:04 +0100
commite866286a4411138c49e329b7e71f67d9b187edba (patch)
treedb7fefef0b82ca5577641a18935d6f3937fe02f6 /base.json
parentinitial commit (diff)
downloadpacker-templates-e866286a4411138c49e329b7e71f67d9b187edba.tar.gz
packer-templates-e866286a4411138c49e329b7e71f67d9b187edba.tar.xz
packer-templates-e866286a4411138c49e329b7e71f67d9b187edba.zip
Templates for Centos 7.3 and Ubuntu 16.04
These were tested with qemu (2.8.0), virtualbox (5.1.16) and vmplayer (12.5.2-4638234). Using the qemu builder is preferable as it creates a qcow2 file directly. The unattended install is configured to install the necessary packages for ansible which will be needed to provision the VM. The rest is still pretty minimal.
Diffstat (limited to 'base.json')
-rw-r--r--base.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/base.json b/base.json
new file mode 100644
index 0000000..8f4ff26
--- /dev/null
+++ b/base.json
@@ -0,0 +1,9 @@
+{
+ "cpus": "2",
+ "disk_size": "40000",
+ "headless": "true",
+ "memory": "1024",
+ "ssh_timeout": "60m",
+ "ssh_username": "root",
+ "ssh_password": "s0m3p4ss"
+}