summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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