community.network.nso_verify – Verifies Cisco NSO configuration.¶
Note
This plugin is part of the community.network collection (version 1.3.2).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.nso_verify
.
Synopsis¶
This module provides support for verifying Cisco NSO configuration is in compliance with specified values.
Requirements¶
The below requirements are needed on the host that executes this module.
Cisco NSO version 3.4.12 or higher, 4.2.7 or higher, 4.3.8 or higher, 4.4.3 or higher, 4.5 or higher.
Parameters¶
Examples¶
- name: Verify interface is up
nso_config:
url: http://localhost:8080/jsonrpc
username: username
password: password
data:
ncs:devices:
device:
- name: ce0
live-status:
interfaces:
interface:
- name: GigabitEthernet0/12
- state: Up
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Claes Nästén (@cnasten)