ansible-ops-management/collections
nazunalika dfe4f60ab8
Use FQCN
2022-03-27 22:01:23 -07:00
..
README.md init 2022-02-26 20:19:20 -07:00
requirements.yml Use FQCN 2022-03-27 22:01:23 -07: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