AnsibleCollectionscommunity.vmwareInstallation

Installation

Reviewing the existing collection list

Executed:

aadmin@uvm0:~$ ansible-galaxy collection list
 
# /home/aadmin/.ansible/collections/ansible_collections
Collection        Version
----------------- -------
community.general 9.5.0

Installing the community.vmware collection

Executed:

aadmin@uvm0:~$ ansible-galaxy collection install community.vmware
Details
    aadmin@uvm0:~$ ansible-galaxy collection install community.vmware
    Starting galaxy collection install process
    Process install dependency map
    Starting collection install process
    Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-vmware-5.1.0.tar.gz to /home/aadmin/.ansible/tmp/ansible-local-2109anbyx4w3/tmpbgpymap1/community-vmware-5.1.0-hxr6yubn
    Installing 'community.vmware:5.1.0' to '/home/aadmin/.ansible/collections/ansible_collections/community/vmware'
    Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/vmware-vmware-1.7.1.tar.gz to /home/aadmin/.ansible/tmp/ansible-local-2109anbyx4w3/tmpbgpymap1/vmware-vmware-1.7.1-z4v0yl8_
    community.vmware:5.1.0 was installed successfully
    Installing 'vmware.vmware:1.7.1' to '/home/aadmin/.ansible/collections/ansible_collections/vmware/vmware'
    vmware.vmware:1.7.1 was installed successfully

Reviewing the updated collection list

Executed:

aadmin@uvm0:~$ ansible-galaxy collection list
 
# /home/aadmin/.ansible/collections/ansible_collections
Collection        Version
----------------- -------
community.general 9.5.0
community.vmware  5.1.0
vmware.vmware     1.7.1
 
aadmin@uvm0:~$ tree -L 2 .ansible/collections/ansible_collections/
.ansible/collections/ansible_collections/
├── community
   ├── general
   └── vmware
├── community.general-9.5.0.info
   └── GALAXY.yml
├── community.vmware-5.1.0.info
   └── GALAXY.yml
├── vmware
   └── vmware
└── vmware.vmware-1.7.1.info
    └── GALAXY.yml
 
9 directories, 3 files