Added README.md for vmware_vm_inventory
This commit is contained in:
parent
7cefb223f6
commit
4b1b66c54a
@ -1,15 +1,14 @@
|
|||||||
# Inventory gets from VMVare vSphere
|
# Inventory gets from VMVare vSphere
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
Add it to you Ansible config file ( /root/.ansible.cfg ):<br/>
|
Add it to you Ansible config file ( /root/.ansible.cfg ):<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
`[inventory]`<br/>
|
`[inventory]`<br/>
|
||||||
`enable_plugins = host_list, script, auto, yaml, ini, toml, community.vmware.vmware_vm_inventory`<br/>
|
`enable_plugins = host_list, script, auto, yaml, ini, toml, community.vmware.vmware_vm_inventory`<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
For use:<br/>
|
For use:<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
`ansible-inventory -i /root/ansible/inventories/vmware_vm_inventory.yml --list -y --output zzz.yml`<br/>
|
`ansible-inventory -i /root/ansible/inventories/vmware_vm_inventory.yml --list -y --output zzz.yml`<br/>
|
||||||
`cat zzz.yml | grep -i "guestid" | sed 's/^ config.guestId: //' | sed 's/$.*//' | sort | uniq`<br/>
|
`cat zzz.yml | grep -i "guestid" | sed 's/^ config.guestId: //' | sed 's/$.*//' | sort | uniq`<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user