elreydetoda / samuraiwtf-base_box

The main SamuraiWTF collaborative distro repo.
http://www.samurai-wtf.org
GNU General Public License v3.0
0 stars 0 forks source link

Abstraction for packer template #1

Open elreydetoda opened 4 years ago

elreydetoda commented 4 years ago

Eventually to make this project more approach able, and modularized, I think using a project like this: https://github.com/mayn/packerlicious would be awesome. It would allow us to dynamically generate the packer template file all from a python script.

CC: Thank you @DrJZoidberg for telling me about this awesome abstraction!

elreydetoda commented 4 years ago

to further comment on this we could probably just create a python script, similar to this one, to do slight alterations to the bento project debian template.

We could reading it into a script :arrow_right: add our alterations :arrow_right: spitting back out the template.

Like how this Stack Overflow article talks about for troposphere: https://stackoverflow.com/questions/56000464/convert-cloudformation-template-yaml-to-troposphere-code