ansible-openqa-management/collections
Al Bowles 676a3d16c4
Move requirements file to meet convention
2023-02-19 15:23:01 -06:00
..
README.md add collections and roles 2021-02-11 00:24:32 -07:00
requirements.yml Move requirements file to meet convention 2023-02-19 15:23:01 -06:00

README.md

Collections

If you are wanting to use a collection specifically for this, you will need to define it in a requirements.yml, otherwise AWX will not install what you need to run your tasks.

Example:

---
# Roles
collections:
  - netbox.netbox
  - community.aws
  - containers.podman