vn-ansible/collections
Juan Ferrer 0a73bc63b3 refs #8025 #7892 roles debian-once & debian-host, sysctl, README, environment 2024-10-01 14:14:51 +02:00
..
README.md refs #8025 passbolt test 2024-09-30 14:25:35 +02:00
requirements.yml refs #8025 #7892 roles debian-once & debian-host, sysctl, README, environment 2024-10-01 14:14:51 +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