User Tools

Site Tools


ansible:ansible_collections

This is an old revision of the document!


Ansible collections

Ansible collections

List or verify installed collections

# ansible-galaxy collection list

Ansible plugin

Plugins extend Ansible’s core functionality.

Ansible modules

List or verify installed modules — whether built-in or add-on

# ansible-doc --list
Or
# ansible-doc -t module -l

To use a specific module, use

    - name: unzip the zip folder
      ansible.builtin.unarchive:
        src: /var/www/html/techmax-main.zip
        dest: /var/www/html
        remote_src: yes

Sources collections

Collections for VMware

Ansible collection community.​vmware

https://docs.ansible.com/ansible/latest/collections/community/vmware/index.html

Python pyVmomi

https://github.com/vmware/pyvmomi

VMware vSphere Automation SDK for Python

https://github.com/vmware/vsphere-automation-sdk-python

Collections for IBM Power / AIX

Collections for IBM Storage

Collections for Broadcom/Brocade SAN switches

ansible/ansible_collections.1741956090.txt.gz · Last modified: 2025/03/14 13:41 by manu