vn-ansible/collections
Xavi Lleó 62a46a1b83 Refs #8025: Requirements community.general 2024-10-18 13:57:33 +02:00
..
README.md Initial commit 2024-10-16 17:53:15 +02:00
requirements.yml Refs #8025: Requirements community.general 2024-10-18 13:57:33 +02:00

README.md

Collections

The purpose of collections is get more modules and plugins to use in ansible. Place your collection dependencies here in requirements.yml and AWX will install them automtatically.

Install collections

In awx-operator container, execute:

ansible-galaxy collection install -r requirements.yml

Where requirements.yml we need to specify the list of collections that we want to install:

collections:
- name: community.general

Collection index

List collections

To list installed collections, run ansible-galaxy collection list (inside awx operator container)

Install multiple collections