diff options
author | Jonathan Bauer | 2017-03-10 18:37:04 +0100 |
---|---|---|
committer | Jonathan Bauer | 2017-03-10 18:37:04 +0100 |
commit | e866286a4411138c49e329b7e71f67d9b187edba (patch) | |
tree | db7fefef0b82ca5577641a18935d6f3937fe02f6 /.gitignore | |
parent | initial commit (diff) | |
download | packer-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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6acd97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +output-*/ + |