cisco.cml.cml_inventory (1.2.0) — inventory

Returns Inventory from the CML server

Authors: unknown

Install collection

Install with ansible-galaxy collection install cisco.cml:==1.2.0


Add to requirements.yml

  collections:
    - name: cisco.cml
      version: 1.2.0

Description

Retrieves inventory from the CML server

Inputs

    
lab:
    description: The name of the cml lab
    required: false

host:
    description: FQDN of the target host
    required: false

group:
    description: The name of group in which to put nodes
    required: false

plugin:
    choices:
    - cisco.cml.cml_inventory
    description: Name of the plugin
    required: true

password:
    description: user pass for the target system
    required: false

username:
    description: user credential for target system
    required: false

group_tags:
    description: The list of tags for which to make and populate groups
    elements: string
    required: false
    type: list

validate_certs:
    choices:
    - 'yes'
    - 'no'
    description: certificate validation
    required: false