Skip to content

An Ansible role to install a specific version of Packer.

License

Notifications You must be signed in to change notification settings

naftulikay/ansible-role-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-packer Build Status

Installs a version of Packer.

Requirements

This module downloads a 64-bit Linux Packer binary. If support for multiple operating systems is desired, pull requests are welcome!

Role Variables

version
The version string of Packer to install. Example: 0.12.2.

Dependencies

None.

Example Playbook

Install Packer:

 - hosts: servers
   roles:
     - role: packer

Install a specific version of Packer:

 - hosts: servers
   roles:
     - { role: packer, version: "0.12.2" }

License

MIT

About

An Ansible role to install a specific version of Packer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages