From ca1f6db28d8d95eebbaab72c916c6f2b1dc1f21f Mon Sep 17 00:00:00 2001 From: Chris Petersen Date: Thu, 10 Apr 2014 22:28:27 -0700 Subject: [PATCH] Explain how to do multiple paths in roles_path Document that roles_path can support multiple colon-separated paths --- docsite/rst/intro_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 6304a0d350b..f37ba6012cd 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -439,6 +439,10 @@ choose to establish a convention to checkout roles in /opt/mysite/roles like so: roles_path = /opt/mysite/roles +Additional paths can be provided separated by colon characters, in the same way as other pathstrings:: + + roles_path = /opt/mysite/roles:/opt/othersite/roles + Roles will be first searched for in the playbook directory. Should a role not be found, it will indicate all the possible paths that were searched.