ipbhat.iqnos.ne_config (1.0.5) — module

Perform operations on NE_CONFIG Settings

Authors: Shaik Md Ansari (sansari)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ipbhat.iqnos:==1.0.5


Add to requirements.yml

  collections:
    - name: ipbhat.iqnos
      version: 1.0.5

Description

This module is provided to work with the IQNOS Infinera devices via XML protocol.

The module provides capabilities to `Retrieve the NE_CONFIG`, and `configure the NE_CONFIG` operations on the NE_CONFIG settings

Inputs

    
host:
    description:
    - The IP Address of the Network Element.
    required: true

task:
    description:
    - The action we are going to perform on the NE_CONFIG Profiles.
    required: true

input:
    description:
    - The input option is used as input for the module.

password:
    description:
    - The password associated with the username argument.
    required: true

username:
    description:
    - The Username that is going to be used for initiating a session.