zuul-jobs/roles/ensure-packer/README.rst
vass 32a3ce3f5a Adds roles to install and run hashicorp packer
Change-Id: I82274ef59eda00a735579082bbd37b64c0599c7d
2020-04-13 16:44:32 +02:00

25 lines
546 B
ReStructuredText

Install packer
**Role Variables**
.. zuul:rolevar:: packer_install_dir
:default: {{ ansible_user_dir }}/.local/bin/
Directory to install packer in.
.. zuul:rolevar:: packer_version
:default: 1.5.5
Version of packer to install.
Zuul will skip the installation if this matches an already installed version of packer.
.. zuul:rolevar:: packer_os
:default: {{ ansible_system | lower }}
OS target of package to install.
.. zuul:rolevar:: packer_arch
:default: amd64 / 386
Architecture target of package to install.