summaryrefslogtreecommitdiffstats
path: root/docs/collections.md
blob: 4ab27bc3506176b17f48adc23acc383e8f18aaec (plain)
1
2
3
4
5
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.