ansible / lightbulb

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

Vagrantfile smoke test in travis PoC #286

Closed webknjaz closed 6 years ago

webknjaz commented 6 years ago

I noticed that there's no linting of the Vagrantfile, so here's a dummy demo what could've been present in CI for checks. Travis doesn't support virtualbox, thus it's changed to support docker provider, after all it's for checking Vagrantfile, not VM. At least it checks whether provisioning fails or not.

tima commented 6 years ago

Thanks for this @webknjaz. We definitely could use more testing/linting in lightbulb here. Going to ask a few other folks to look this over for me before merging.

tima commented 6 years ago

Thanks for doing @webknjaz and sorry for my misdirection.