Add dependency installation to README

This commit is contained in:
Will Miller 2018-08-23 13:15:02 +00:00
parent 6aa5a2f7ee
commit 5a04d38baa

View File

@ -8,10 +8,11 @@ Getting Started
--------------- ---------------
Tenks has dependencies on Ansible roles that are hosted by Ansible Galaxy. Tenks has dependencies on Ansible roles that are hosted by Ansible Galaxy.
Given that your virtualenv of choice is active and Ansible is installed inside Given that your virtualenv of choice is active and Ansible (>=2.6) is
it, Tenks' role dependencies can be installed by `ansible-galaxy install installed inside it, Tenks' role dependencies can be installed by
--role-file=requirements.yml --roles-path=ansible/roles/`. `ansible-galaxy install --role-file=requirements.yml
--roles-path=ansible/roles/`.
Currently, Tenks does not have a CLI or wrapper. A virtual cluster can be Currently, Tenks does not have a CLI or wrapper. A virtual cluster can be
deployed by configuring the variables defined in `group_vars/*` as necessary, deployed by configuring the variables defined in `group_vars/*` as necessary,
then calling `ansible-playbook -i ansible/inventory deploy.yml`. then calling `ansible-playbook --inventory ansible/inventory deploy.yml`.