vn-ansible/collections
Juan Ferrer 4f20789f61 refs #8025 Collections README line break fixes 2024-09-24 12:21:50 +02:00
..
README.md refs #8025 Collections README line break fixes 2024-09-24 12:21:50 +02:00
requirements.yml refs #8025 Merge roles 2024-09-23 16:32:28 +02:00

README.md

Collections

The purpose of collections is get more modules and plugins to use in ansible.

Collections are supported by Ansible community.

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