mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Update minimum required version and ssh rate limit (#4995)
This commit is contained in:
committed by
Matt Clay
parent
efaed0b68d
commit
4504f2d8c7
@@ -68,6 +68,15 @@ options:
|
||||
trying the command again.
|
||||
required: false
|
||||
default: 1
|
||||
|
||||
notes:
|
||||
- This module requires Dell OS9 version 9.10.0.1P13 or above.
|
||||
|
||||
- This module requires to increase the ssh connection rate limit.
|
||||
Use the following command I(ip ssh connection-rate-limit 60)
|
||||
to configure the same. This can be done via M(dnos_config) module
|
||||
as well.
|
||||
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -139,6 +139,14 @@ options:
|
||||
required: false
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
|
||||
notes:
|
||||
- This module requires Dell OS9 version 9.10.0.1P13 or above.
|
||||
|
||||
- This module requires to increase the ssh connection rate limit.
|
||||
Use the following command I(ip ssh connection-rate-limit 60)
|
||||
to configure the same. This can be done via M(dnos_config) module
|
||||
as well.
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -43,6 +43,13 @@ options:
|
||||
not be collected.
|
||||
required: false
|
||||
default: '!config'
|
||||
notes:
|
||||
- This module requires Dell OS9 version 9.10.0.1P13 or above.
|
||||
|
||||
- This module requires to increase the ssh connection rate limit.
|
||||
Use the following command I(ip ssh connection-rate-limit 60)
|
||||
to configure the same. This can be done via M(dnos_config) module
|
||||
as well.
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -76,6 +76,13 @@ options:
|
||||
|
||||
required: false
|
||||
default: null
|
||||
notes:
|
||||
- This module requires Dell OS9 version 9.10.0.1P13 or above.
|
||||
|
||||
- This module requires to increase the ssh connection rate limit.
|
||||
Use the following command I(ip ssh connection-rate-limit 60)
|
||||
to configure the same. This can be done via M(dnos_config) module
|
||||
as well.
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
Reference in New Issue
Block a user