markosamuli / ansible-packer

Install Packer on OS X and Ubuntu development machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-packer

Build Status

Ansible role to install Packer on Ubuntu and macOS.

Used in the Ansible playbooks for setting up my workstations:

macOS

On macOS, Homebrew packer formula is used.

Linux

On Ubuntu, packer binary is installed into /opt/packer and symlink created in /usr/local/bin.

Updating release

The following script will get the latest release from GitHub and update configuration:

./update-release

To change installed version, update the version and checksum:

packer_version: "1.3.2"
packer_checksum: "sha256:5e51808299135fee7a2e664b09f401b5712b5ef18bd4bad5bc50f4dcd8b149a1"

See Packer Downloads page for latest version and checksum.

License

MIT

About

Install Packer on OS X and Ubuntu development machines


Languages

Language:Shell 100.0%