项目作者: ThorstenS-linux

项目描述 :
installs sha256sum verified packer from HashiCorp under /usr/local/bin/
高级语言:
项目地址: git://github.com/ThorstenS-linux/ansible-packer-io.git
创建时间: 2017-06-29T07:58:50Z
项目社区:https://github.com/ThorstenS-linux/ansible-packer-io

开源协议:GNU General Public License v3.0

下载


ansible-packer-io

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

example

  1. #! /usr/bin/ansible-playbook
  2. ---
  3. # run it with
  4. # ansible-playbook packer-io.yml
  5. # or ./packer-io.yml
  6. # Thorsten Strusch 2017-06-28
  7. ####################################################
  8. - hosts: localhost
  9. become: yes
  10. gather_facts: true
  11. vars:
  12. packer_version: '1.0.2'
  13. environment:
  14. http_proxy: http://proxy:3128/
  15. https_proxy: http://proxy:3128/
  16. roles:
  17. - ThorstenS-linux.packer-io