Module - tripleo_get_role_list

This module provides for the following ansible plugin:

  • tripleo_get_role_list

Module Documentation

This action lists all deployment roles residing in the undercloud. A deployment plan consists of a container marked with metadata 'x-container-meta-usage-tripleo'.

Options

container

Name of plan / container

role_file_name

File name

detail

If false displays role names only. If true, returns all roles data.

valid

check if the role has count > 0 in heat environment

Authors

Kevin Carter (@cloudnull)

Example Tasks

- name: configure boot
  tripleo_get_role_list:
  register: role_list