From 5a04d38baa1e99d2ab0804bddb091d97f2b5228e Mon Sep 17 00:00:00 2001 From: Will Miller Date: Thu, 23 Aug 2018 13:15:02 +0000 Subject: [PATCH] Add dependency installation to README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2c9857..f3f115e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ Getting Started --------------- 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 -it, Tenks' role dependencies can be installed by `ansible-galaxy install ---role-file=requirements.yml --roles-path=ansible/roles/`. +Given that your virtualenv of choice is active and Ansible (>=2.6) is +installed inside it, Tenks' role dependencies can be installed by +`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 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`.