summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-07 18:07:00 +0100
committerJonathan Bauer2018-02-07 18:07:00 +0100
commit761988627dee98d79d867f29cf9870da95536a31 (patch)
tree690f78b79342dda6a190dcbeaf4734d7691e153e /Makefile
parentMakefile: remove incorrect comment sign (diff)
downloadpacker-templates-761988627dee98d79d867f29cf9870da95536a31.tar.gz
packer-templates-761988627dee98d79d867f29cf9870da95536a31.tar.xz
packer-templates-761988627dee98d79d867f29cf9870da95536a31.zip
Makefile: remove old/completed TODOs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5e1c887..4e5f7d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,7 @@
# Simple Makefile to build base VM images using packer and ansible
# TODO
-# * support ssh per user instead of root
-# * support building with non-qemu builders and convert to qemu afterwards
+# * support ssh as user instead of root
# * testing target
-# * auto-detect flavors
PACKER=packer
ANSIBLE_DIR=ansible-roles
# the "provisioning" flavor, expects a 'setup-<flavor>.yml' playbook