Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chusiang/packer-build-vbox-img-demo
https://github.com/chusiang/packer-build-vbox-img-demo
ansible demo packer vagrant virtualbox
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chusiang/packer-build-vbox-img-demo
- Owner: chusiang
- Created: 2019-03-30T18:14:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T18:41:59.000Z (over 5 years ago)
- Last Synced: 2024-11-07T09:44:30.606Z (about 2 months ago)
- Topics: ansible, demo, packer, vagrant, virtualbox
- Language: Makefile
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo for Packer build Virtualbox image 101
* Speaker: @zarr12steven
* Event: https://opensuse-tw.kktix.cc/events/b0d06b85
* Date: 2019/03/30
* Presentation: https://ppt.cc/fc3Jsx## Workflow
![workflow](https://user-images.githubusercontent.com/219066/55280145-5e8e6e00-535c-11e9-9265-3b171ef10d4e.jpg)
## VM Up
1. We need waiting some time for boot the CentOS 7.
1. We need manual input `1qz!QZ` password with `vagrant up` first time, because the Vagrant need insert the ssh key to new VM.> We can support "provision via Ansible Playbook" after insert the ssh key into new VM.
![Result of vagrant up](https://user-images.githubusercontent.com/219066/55280151-6a7a3000-535c-11e9-84d4-018f8fc03772.gif)