mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -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
|
@ -27,12 +27,14 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: vyos_banner
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage multiline banners on VyOS devices
|
||||
description:
|
||||
- This will configure both pre-login and post-login banners on remote
|
||||
devices running VyOS. It allows playbooks to add or remote
|
||||
banner text from the active running configuration.
|
||||
notes:
|
||||
- Tested against VYOS 1.1.7
|
||||
options:
|
||||
banner:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue