From eee54d48f34d19579fdf8cbfeaf7acb80a91bc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20L=C3=B6fgren?= Date: Thu, 1 Sep 2016 13:51:14 +0200 Subject: [PATCH] Add documentation for galaxy_file --- website/source/docs/provisioners/ansible-local.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/provisioners/ansible-local.html.md b/website/source/docs/provisioners/ansible-local.html.md index 856e9ec8b..d54a50ef8 100644 --- a/website/source/docs/provisioners/ansible-local.html.md +++ b/website/source/docs/provisioners/ansible-local.html.md @@ -102,6 +102,11 @@ chi-appservers your local system. These will be uploaded to the remote machine under `staging_directory`/playbooks. By default, this is empty. +- `galaxy_file` (string) - A requirements file which provides a way to install + roles with the [ansible-galaxy + cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool) + on the remote machine. 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.