mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
Tested against VYOS version (#28562)
* Tested againset VYOS version Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix duplicate dict key error vyos_command Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
11b50671ba
commit
10467efaba
13 changed files with 28 additions and 3 deletions
|
@ -28,11 +28,13 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: vyos_static_route
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage static IP routes on Cisco VyOS network devices
|
||||
description:
|
||||
- This module provides declarative management of static
|
||||
IP routes on Vyatta VyOS network devices.
|
||||
notes:
|
||||
- Tested against VYOS 1.1.7
|
||||
options:
|
||||
prefix:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue