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

7 lines
205 B
YAML

packer_command: build
packer_executable: "{{ ansible_user_dir }}/.local/bin/packer"
packer_workdir: "{{ zuul.project.src_dir }}"
packer_template: "packer.json"
packer_extra_args: ""
packer_environment: {}