Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 798 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 798 Bytes

Ansible Role: Packer

License: MIT

Install Packer with ansible.

Requirements

None.

Role Variables

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

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - jeffreyjs.packer

License

MIT / BSD

Author Information

Jeffrey Swindel