mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
238 B
INI
16 lines
238 B
INI
11 years ago
|
# 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
|