Module - tripleo_get_flatten_stack¶
This module provides for the following ansible plugin:
tripleo_get_flatten_stack
Module Documentation¶
This method validates the stack of the container and returns the parameters and the heat stack tree. The heat stack tree is flattened for easy consumption.
Options¶
- container
Name of plan / container
Authors¶
Kevin Carter (@cloudnull)
Example Tasks¶
- name: Get flattened stack
tripleo_get_flatten_stack:
cloud: undercloud
container: overcloud
register: flattened_params