diff options
author | Jonathan Bauer | 2018-02-07 18:07:00 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-07 18:07:00 +0100 |
commit | 761988627dee98d79d867f29cf9870da95536a31 (patch) | |
tree | 690f78b79342dda6a190dcbeaf4734d7691e153e /Makefile | |
parent | Makefile: remove incorrect comment sign (diff) | |
download | packer-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-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |