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.
24 lines
536 B
INI
24 lines
536 B
INI
11 years ago
|
# Ansible external inventory script settings for Abiquo
|
||
|
#
|
||
|
[auth]
|
||
|
apiuser = admin
|
||
|
apipass = xabiquo
|
||
|
|
||
|
[api]
|
||
|
uri = http://192.168.2.211:80/api
|
||
|
# You probably won't need to modify login preferences, but just in case
|
||
|
login_path = /login
|
||
|
login_type = application/vnd.abiquo.user+json
|
||
|
|
||
|
[cache]
|
||
|
cache_max_age = 30
|
||
|
cache_dir = /var/tmp
|
||
|
|
||
|
[defaults]
|
||
|
public_ip_only = false
|
||
|
# default_net_interface only is used if public_ip_only = false
|
||
|
default_net_interface = nic0
|
||
|
# Only deployed VM are added to output
|
||
|
deployed_only = true
|
||
|
get_metadata = false
|