Gael Chamoulaud
d7793ce1a5
Add gathering_policy parameter to run_ansible_playbook function
This patch adds a new parameter called 'gathering_policy' (Defaults to None) to the 'run_ansible_playbook' function. This parameter will control the default policy of the Ansible fact gathering. Sets to None by default, it will use the default policy for Ansible (ie. 'implicit'). Change-Id: I0668241a1675dd4e344cc24b6ff2cbb8f93b7a45 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
Team and repository tags
tripleoclient
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes
Description