community.network.pn_vrouter_ospf module – CLI command to add/remove vrouter-ospf
Note
This module is part of the community.network collection (version 5.0.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.pn_vrouter_ospf
.
Synopsis
This module can be used to add OSPF protocol to vRouter and remove OSPF protocol from a vRouter
Aliases: network.netvisor.pn_vrouter_ospf
Parameters
Parameter |
Comments |
---|---|
Target switch to run the CLI on. |
|
OSPF network IP address netmask. |
|
OSPF network IP address. |
|
stub area number for the configuration. |
|
name of service config. |
|
vrouter-ospf configuration command. Choices:
|
Examples
- name: Add OSPF to vRouter
community.network.pn_vrouter_ospf:
state: 'present'
pn_vrouter_name: 'sw01-vrouter'
pn_network: '105.104.104.1'
pn_netmask: '24'
pn_ospf_area: '0'
- name: "Remove OSPF to vRouter"
community.network.pn_vrouter_ospf:
state: 'absent'
pn_vrouter_name: 'sw01-vrouter'
pn_network: '105.104.104.1'
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
indicates whether the CLI caused changes on the target. Returned: always |
|
the CLI command run on the target node. Returned: always |
|
set of error responses from the vrouter-ospf command. Returned: on error |
|
set of responses from the vrouter-ospf command. Returned: always |