Module - tripleo_get_introspected_data¶
This module provides for the following ansible plugin:
tripleo_get_introspected_data
Module Documentation¶
Pull introspection data from a baremetal node.
Options¶
- node_id
- ID of the baremetal node 
Authors¶
- Kevin Carter (@cloudnull) 
Example Tasks¶
- name: Get introspected data
  tripleo_get_introspected_data:
    node_id: xxx
  register: introspected_data
