diff options
author | chris meyers <chris.meyers.fsu@gmail.com> | 2019-06-24 20:08:43 +0200 |
---|---|---|
committer | chris meyers <chris.meyers.fsu@gmail.com> | 2019-07-17 21:36:09 +0200 |
commit | 9b95cc27c4840140996a036223e2909a30953b95 (patch) | |
tree | 9e283fce2fa5e87ac4a7303cc7eef07d80df1991 /docs | |
parent | Merge pull request #4337 from ryanpetrello/activity-stream-missing-jt (diff) | |
download | awx-9b95cc27c4840140996a036223e2909a30953b95.tar.xz awx-9b95cc27c4840140996a036223e2909a30953b95.zip |
map in a global collections path
Diffstat (limited to 'docs')
-rw-r--r-- | docs/collections.md | 6 |
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. |