From 840c4e4d0237aff7c67322a5b7da63b0fc490a2d Mon Sep 17 00:00:00 2001 From: Chris Spicer Date: Wed, 10 Sep 2014 15:37:05 -0700 Subject: [PATCH] Add group_vars and host_vars to Ansible provisioner docs to reflect current code --- .../source/docs/provisioners/ansible-local.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/provisioners/ansible-local.html.markdown b/website/source/docs/provisioners/ansible-local.html.markdown index 54601a972..ddc6c6399 100644 --- a/website/source/docs/provisioners/ansible-local.html.markdown +++ b/website/source/docs/provisioners/ansible-local.html.markdown @@ -76,6 +76,14 @@ Optional: your local system. These will be uploaded to the remote machine under `staging_directory`/playbooks. By default, this is empty. +* `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. + +* `host_vars` (string) - a path to the directory containing ansible + host variables on your local system to be copied to the + remote machine. By default, this is empty. + * `role_paths` (array of strings) - An array of paths to role directories on your local system. These will be uploaded to the remote machine under `staging_directory`/roles. By default, this is empty.