bramford.packer
Ansible Role: packer
This Ansible role installs Packer from releases.hashicorp.com.
Supported Operating Systems
Any GNU/Linux operating system that has unzip
.
Requirements
- Ansible version 2.1 or higher.
Role Variables
You can check ./defaults/main.yml
for the available settings and their default values.
Example Playbook
---
- name: Example play
hosts: all
roles:
- packer
Example Playbook (with some optional variables)
---
- name: Example play with optional variables
hosts: all
roles:
- { role: packer,
packer_version: 0.12.2
}
Adding as a Submodule to Your Playbook Repository
git submodule add https://github.com/bramford/ansible-role-packer.git roles/packer
Installa
ansible-galaxy install bramford.packer
Licenza
mit
Download
1.6k
Proprietario