Difference between revisions of "Ansible VMWare"

From UVOO Tech Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
- https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html
 +
- https://galaxy.ansible.com/community/vmware
 +
 
```
 
```
 
sudo pip3 install pyvmomi
 
sudo pip3 install pyvmomi
 
ansible-galaxy collection install community.vmware
 
ansible-galaxy collection install community.vmware
 +
https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html
 
```
 
```
 
https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html
 

Latest revision as of 16:32, 9 July 2021

sudo pip3 install pyvmomi
ansible-galaxy collection install community.vmware
https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html