Install Packer with ansible.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
Pin the version of packer to install, if omitted then it will query GitHub for the latest version. By default this is commented out.
# packer_version: "1.0.0"
The state of packer on the machine, set to install
or remove
:
packer_state: install
None.
- hosts: server
roles:
- jeffreyjs.packer
MIT / BSD