ansible / lightbulb

Lightbulb has been deprecated and replaced by Ansible Workshops
https://ansible.github.io/workshops/
MIT License
480 stars 310 forks source link

Create a box with Packer #275

Open bbaassssiiee opened 6 years ago

bbaassssiiee commented 6 years ago

Ansible can be used with Packer to create base images to run on various platforms like VirtualBox, AWS, Azure, VMWare, to name a few.

The lightbulb project needs a centos image with some sugar on top. Packages like Ansible, vim, nano, etc.

We can create a box tailored for this usage and store it in the cloud.

aoyawale commented 6 years ago

would it helpful if we use the ones in https://github.com/chef/bento or start from scratch?