bertvv / ansible-skeleton

An opinionated skeleton for Ansible projects with a development environment powered by Vagrant.
MIT License
100 stars 32 forks source link

(Corrected) Added some extra options to the config #13

Closed JeroenED closed 7 years ago

JeroenED commented 7 years ago

(Corrected :) ) Forwarded ports and shell_always provisioners (eg. sync time after boot)

bertvv commented 7 years ago

I definitely like the forwarded ports option, I'll merge this when I have some time.

I also like the possibility to add shell provisioning in the configuration, but I have a separate repository for this use case: https://github.com/bertvv/vagrant-shell-skeleton. I think it's a cleaner solution to keep the two (Ansible vs shell provisioning) in a separate repo, but I'll think about it. It's definitely easier to maintain a single repo...

bertvv commented 7 years ago

Thanks for this contribution, by the way! Appreciate it!