From bc2c60021ed4193873c652cc61446b9b8d7bc353 Mon Sep 17 00:00:00 2001 From: Luke Farnell Date: Thu, 6 Jul 2017 21:09:23 -0400 Subject: [PATCH] Added ansible-galaxy command to docs --- website/source/docs/provisioners/ansible-local.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/provisioners/ansible-local.html.md b/website/source/docs/provisioners/ansible-local.html.md index 3ca775cf4..f21607928 100644 --- a/website/source/docs/provisioners/ansible-local.html.md +++ b/website/source/docs/provisioners/ansible-local.html.md @@ -114,6 +114,9 @@ chi-appservers cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool) on the remote machine. By default, this is empty. +- `galaxycommand` (string) - The command to invoke ansible-galaxy. + By default, this is ansible-galaxy. + - `group_vars` (string) - a path to the directory containing ansible group variables on your local system to be copied to the remote machine. By default, this is empty.