mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|