ThorstenS-linux / ansible-packer-io

installs sha256sum verified packer from HashiCorp under /usr/local/bin/

Home Page:https://galaxy.ansible.com/ThorstenS-linux/packer-io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-packer-io

installs sha256sum verified packer from HashiCorp under /usr/local/bin/

example

#! /usr/bin/ansible-playbook
---
# run it with
#           ansible-playbook packer-io.yml
#        or ./packer-io.yml
#                        Thorsten Strusch 2017-06-28
####################################################
- hosts: localhost
  become: yes
  gather_facts: true

  vars:
    packer_version: '1.0.2'

  environment:
    http_proxy: http://proxy:3128/
    https_proxy: http://proxy:3128/

  roles:
    - ThorstenS-linux.packer-io

About

installs sha256sum verified packer from HashiCorp under /usr/local/bin/

https://galaxy.ansible.com/ThorstenS-linux/packer-io/

License:GNU General Public License v3.0