Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geerlingguy/ansible-role-packer
Ansible Role - Packer
https://github.com/geerlingguy/ansible-role-packer
ami ansible build droplet galaxy hashicorp image infrastructure packer role vagrant virtualbox
Last synced: 5 days ago
JSON representation
Ansible Role - Packer
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-packer
- Owner: geerlingguy
- License: mit
- Created: 2017-05-03T20:25:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:22:46.000Z (6 months ago)
- Last Synced: 2025-01-10T13:37:26.530Z (12 days ago)
- Topics: ami, ansible, build, droplet, galaxy, hashicorp, image, infrastructure, packer, role, vagrant, virtualbox
- Homepage: https://galaxy.ansible.com/geerlingguy/packer/
- Size: 26.4 KB
- Stars: 48
- Watchers: 10
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Packer
[![CI](https://github.com/geerlingguy/ansible-role-packer/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-packer/actions?query=workflow%3ACI)
Installs [Packer](https://www.packer.io), a Go-based image and box builder.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
packer_version: "1.0.0"
The Packer version to install.
packer_arch: "amd64"
The system architecture (e.g. `386` or `amd64`) to use.
packer_bin_path: /usr/local/bin
The location where the Packer binary will be installed (should be in system `$PATH`).
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- geerlingguy.packer## License
MIT / BSD
## Author Information
This role was created in 2017 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).