Module - tripleo_overcloud_network_vip_extract¶
This module provides for the following ansible plugin:
tripleo_overcloud_network_vip_extract
Module Documentation¶
Extract information about provisioned network Virtual IP resources 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 Virtual IPs data
tripleo_overcloud_network_vip_extract:
stack_name: overcloud
register: overcloud_vip_data
- name: Write Virtual IPs data to output file
copy:
content: '{{ overcloud_vip_data.network_data | to_yaml }}'
dest: /path/exported-vip-data.yaml