vn-ansible/collections
Ruben Blanco 4e941b4d2f add list collections 2023-10-17 09:06:23 +02:00
..
README.md add list collections 2023-10-17 09:06:23 +02:00
requirements.yml requirements file added community general 2023-10-17 09:04:48 +02:00

README.md

Collections

The porpouse 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:

Index-Ansible-collections

List collections

Listing-collections

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