summaryrefslogtreecommitdiffstats
path: root/docs/collections.md
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com>2019-07-17 22:11:25 +0200
committerGitHub <noreply@github.com>2019-07-17 22:11:25 +0200
commitf5fee8e6e7d0c485532302eef8f6acea942ddb77 (patch)
tree29ef8f5201554bdb8e905e74df6c160bf45c28d1 /docs/collections.md
parentMerge pull request #4072 from rambleraptor/gcp_env_vars (diff)
parentmap in a global collections path (diff)
downloadawx-f5fee8e6e7d0c485532302eef8f6acea942ddb77.tar.xz
awx-f5fee8e6e7d0c485532302eef8f6acea942ddb77.zip
Merge pull request #4301 from chrismeyersfsu/tower_modules
Global collections path Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
Diffstat (limited to 'docs/collections.md')
-rw-r--r--docs/collections.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/collections.md b/docs/collections.md
new file mode 100644
index 0000000000..4ab27bc350
--- /dev/null
+++ b/docs/collections.md
@@ -0,0 +1,6 @@
+## Collections Support
+
+AWX supports Ansible collections by appending the directories specified in `AWX_ANSIBLE_COLLECTIONS_PATHS`
+to the environment variable `ANSIBLE_COLLECTIONS_PATHS`. The default value of `AWX_ANSIBLE_COLLECTIONS_PATHS`
+contains `/varlib/awx/collections`. It is recommended that place your collections that you wish to call in
+your playbooks into this path.