summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-19 11:40:44 +0100
committerManuel Messner2018-02-19 11:40:44 +0100
commitc16c782e1d0a78ca9753270e7f64d94d0a204fd9 (patch)
tree76a3d10987eb9dcc07ea1f2ff86a585e9b59c45b /Makefile
parentMakefile: make variables changeable from outside (diff)
downloadpacker-templates-c16c782e1d0a78ca9753270e7f64d94d0a204fd9.tar.gz
packer-templates-c16c782e1d0a78ca9753270e7f64d94d0a204fd9.tar.xz
packer-templates-c16c782e1d0a78ca9753270e7f64d94d0a204fd9.zip
Makefile: help: extend and reformat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2267e09..9ea75dd 100644
--- a/Makefile
+++ b/Makefile
@@ -174,10 +174,12 @@ help:
@printf "\t<{base,provisioning}_target>/boot\n"
@echo
@echo "Available options are:"
- @printf "\tBUILDER: Set a builder, do not autodetect\n"
- @printf "\tDEBUG: Enable debug mode in packer (includes VERBOSE)\n"
- @printf "\tHASHER: Set wanted hasher (def: sha256sum)\n"
- @printf "\tPACKER: Set packer executable (def: packer)\n"
- @printf "\tROOTPW: Set root password for output image\n"
- @printf "\tVERBOSE: Enable verbose output\n"
- @printf "\tWINDOW: Disable headless mode\n"
+ @printf "\tANSIBLE_DIR: Set directory with ansible roles (def: ansible-roles)\n"
+ @printf "\tBUILDER: Set a builder, do not autodetect\n"
+ @printf "\tDEBUG: Enable debug mode in packer (includes VERBOSE)\n"
+ @printf "\tHASHER: Set wanted hasher (def: sha256sum)\n"
+ @printf "\tPACKER: Set packer executable (def: packer)\n"
+ @printf "\tPACKER_OPTS: Set packer options\n"
+ @printf "\tROOTPW: Set root password for output image\n"
+ @printf "\tVERBOSE: Enable verbose output\n"
+ @printf "\tWINDOW: Disable headless mode\n"