https://github.com/oefenweb/ansible-packer-io
Ansible role to set up Packer by HashiCorp in Debian-like systems
https://github.com/oefenweb/ansible-packer-io
ansible debian hashicorp packaging packer ubuntu
Last synced: about 1 year ago
JSON representation
Ansible role to set up Packer by HashiCorp in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-packer-io
- Owner: Oefenweb
- License: mit
- Created: 2015-07-15T12:29:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T14:56:08.000Z (over 1 year ago)
- Last Synced: 2025-04-07T18:21:15.147Z (about 1 year ago)
- Topics: ansible, debian, hashicorp, packaging, packer, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 136 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## packer-io
[](https://github.com/Oefenweb/ansible-packer-io/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/packer_io)
Set up [Packer](https://packer.io/) by HashiCorp in Debian-like systems.
#### Requirements
* `unzip` (will be installed)
#### Variables
* `packer_io_version` [default: `1.10.2`]: Version to install
* `packer_io_install_prefix` [default: `/opt`]: Install prefix
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.packer-io
```
#### License
MIT
#### Author Information
Mischa ter Smitten (based on work of [Florian Pelgrim](https://github.com/craneworks))
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-packer-io/issues)!