mellanox.onyx.onyx_ospf – Manage OSPF protocol on Mellanox ONYX network devices¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_ospf
.
Synopsis¶
This module provides declarative management and configuration of OSPF protocol on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Add ospf router to interface
onyx_ospf:
ospf: 2
router_id: 192.168.8.2
interfaces:
- name: Eth1/1
- area: 0.0.0.0
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Samer Deeb (@samerd)