From e866286a4411138c49e329b7e71f67d9b187edba Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 10 Mar 2017 18:37:04 +0100 Subject: 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. --- base.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 base.json (limited to 'base.json') 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" +} -- cgit v1.2.3-55-g7522