900a9f9556
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
15 lines
234 B
INI
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
|