Allow fail_on_errors in openstack inventory

Add support for a new option to the openstack inventory. This is so
should one cloud be unavailable you can still list hosts from any
other openstack clouds you have configured.

This is exposed as an option under the extra config part of ansible
in the openstack clouds.yaml.
This commit is contained in:
Joshua Hesketh
2016-02-29 15:21:42 +11:00
parent 7f8e8ddca9
commit c3ffe0a838
2 changed files with 11 additions and 0 deletions

View File

@@ -29,3 +29,4 @@ clouds:
ansible:
use_hostnames: True
expand_hostvars: False
fail_on_errors: True