mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
vsphere/vmware inventory plugin
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
This commit is contained in:
15
plugins/inventory/vmware.ini
Normal file
15
plugins/inventory/vmware.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
# Ansible vmware external inventory script settings
|
||||
#
|
||||
[defaults]
|
||||
guests_only = True
|
||||
#vm_group =
|
||||
#hw_group =
|
||||
|
||||
[cache]
|
||||
cache_max_age = 3600
|
||||
cache_dir = /var/tmp
|
||||
|
||||
[auth]
|
||||
host = vcenter.example.com
|
||||
user = ihasaccess
|
||||
password = ssshverysecret
|
||||
Reference in New Issue
Block a user