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 ansible requirements.txt instead of librarian #12

Open samos123 opened 9 years ago

samos123 commented 9 years ago

Offical way to install requirements is to use requirements.txt. See documentation here: http://docs.ansible.com/ansible/galaxy.html#advanced-control-over-role-requirements-files this would be beneficiial over using librarian by not requiring an extra dependency.