Module - convert_range_to_numbers_list

This module provides for the following ansible plugin:

  • convert_range_to_numbers_list

Module Documentation

Converts CPU's range list into numbers list

Owned by the DFG:NFV Integration

Options

range_list

The cpus range list

Authors

Jaganathan Palanisamy

Example Tasks

- convert_range_to_numbers_list:
    range_list: 12-14,17
  name: Converts CPU's range list into numbers list
  register: numbers_list