mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add ospf net type (#45904)
* Added ospf network type option to nxos_interface_ospf module * Added documentation and example for the 'network' parameter * adding version
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
passive_interface: true
|
||||
hello_interval: 15
|
||||
dead_interval: 75
|
||||
network: point-to-point
|
||||
provider: "{{ connection }}"
|
||||
state: present
|
||||
register: result
|
||||
@@ -80,6 +81,7 @@
|
||||
passive_interface: false
|
||||
hello_interval: 17
|
||||
dead_interval: 70
|
||||
network: broadcast
|
||||
provider: "{{ connection }}"
|
||||
state: present
|
||||
register: result
|
||||
|
||||
Reference in New Issue
Block a user