map in a global collections path

This commit is contained in:
chris meyers
2019-06-24 14:08:43 -04:00
parent 41b0367627
commit 9b95cc27c4
6 changed files with 40 additions and 1 deletions

6
docs/collections.md Normal file
View File

@@ -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.