ansible/plugins/inventory/abiquo.ini
2014-04-16 00:36:38 +02:00

23 lines
536 B
INI

# 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