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")
 
 
(2 intermediate revisions 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
 +
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