mhamrah / ansible-mesos-playbook

An ansible playbook for launching a mesos cluster with docker and marathon support.
MIT License
151 stars 60 forks source link

Use role paths instead of requiring the extra step of updating ansible.cfg #4

Closed jakedahn closed 10 years ago

mhamrah commented 10 years ago

Thanks, makes sense. With librarian-puppet it's easy to set the module path, so I originally followed that pattern. It would be nice to have part of ansible.cfg in git--so you don't need the extra step--without worrying about checking in secure content which may exist in your ansible.cfg file.