ansible/plugins/inventory/vmware.ini
Brian Coca 900a9f9556 added environment variables as config overrides for vmware inventory
fixed vmware properties, was getting parent's properties
cache now actually works
removed tags, they were not the ones i was looking for
renamed cache defaults fixed ini file to match
2014-07-19 13:11:31 -04:00

15 lines
234 B
INI

# Ansible vmware external inventory script settings
#
[defaults]
guests_only = True
#vm_group =
#hw_group =
[cache]
max_age = 3600
dir = ~/.cache/ansible
[auth]
host = vcenter.example.com
user = ihasaccess
password = ssshverysecret