Difference between revisions of "Ansible VMWare"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html")
 
Line 1: Line 1:
 +
```
 +
sudo pip3 install pyvmomi
 +
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

Revision as of 16:31, 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