Module - tripleo_baremetal_check_existing¶
This module provides for the following ansible plugin:
tripleo_baremetal_check_existing
Module Documentation¶
Takes a baremetal deployment description of roles and node instances and transforms that into an instance list and a heat environment file for deployed-server.
Options¶
- instances
- List of instances to be filtered into found and not found. Only the name and hostname are used for finding. 
Authors¶
- Steve Baker (@stevebaker) 
Example Tasks¶
- name: Find existing instances
  tripleo_baremetal_check_existing:
    instances:
    - name: node-1
      hostname: overcloud-controller-0
    - name: node-2
      hostname: overcloud-novacompute-0
  register: tripleo_baremetal_existing
