mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Add junos_banner declartive module (#25826)
* Add junos_banner declartive module * junos_banner implementation * Integration test for junos_banner * Integration test for net_banner (junos) * Minor fixes * Minor doc change
This commit is contained in:
parent
97e24dc317
commit
450263e934
20 changed files with 508 additions and 16 deletions
|
@ -40,7 +40,7 @@ options:
|
|||
configured on the remote device.
|
||||
required: true
|
||||
default: null
|
||||
choices: ['login', 'banner']
|
||||
choices: ['login', 'motd']
|
||||
text:
|
||||
description:
|
||||
- The banner text that should be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue