From ef0c8c495c70da4b94f8f7d86f0902a4b42f64f0 Mon Sep 17 00:00:00 2001 From: rsabitov Date: Sun, 11 May 2014 23:12:47 +1000 Subject: [PATCH] playbook_dir documentation --- website/source/docs/provisioners/ansible-local.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/provisioners/ansible-local.html.markdown b/website/source/docs/provisioners/ansible-local.html.markdown index 40b883280..54601a972 100644 --- a/website/source/docs/provisioners/ansible-local.html.markdown +++ b/website/source/docs/provisioners/ansible-local.html.markdown @@ -68,6 +68,10 @@ Optional: chi-appservers +* `playbook_dir` (string) - a path to the complete ansible directory + structure on your local system to be copied to the remote machine + as the `staging_directory` before all other files and directories. + * `playbook_paths` (array of strings) - An array of paths to playbook files on your local system. These will be uploaded to the remote machine under `staging_directory`/playbooks. By default, this is empty.