vn-ansible/collections
Javier Lopez 62d2aadbe7 Task #7425 - Fix community general ansible collection required version which includes nsupdate and proxmox 2024-05-23 14:52:15 +02:00
..
README.md add more collections 2024-01-31 10:02:50 +01:00
requirements.yml Task #7425 - Fix community general ansible collection required version which includes nsupdate and proxmox 2024-05-23 14:52:15 +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)