Module - tripleo_overcloud_network_extract¶
This module provides for the following ansible plugin:
tripleo_overcloud_network_extract
Module Documentation¶
Extract information about provisioned network resource in overcloud heat stack.
Options¶
- stack_name
Name of the overcloud heat stack
Authors¶
Harald Jensås <hjensas@redhat.com>
Example Tasks¶
- name: Get Overcloud networks data
tripleo_overcloud_network_extract:
stack_name: overcloud
register: overcloud_network_data
- name: Write netowork data to output file
copy:
content: '{{ overcloud_network_data.network_data | to_yaml }}'
dest: /path/exported-network-data.yaml