Update minimum required version and ssh rate limit (#4995)

reviewable/pr18780/r1
Senthil Kumar Ganesan 8 years ago committed by Peter Sprygada
parent e8ed51bce4
commit cf243860ff

@ -68,6 +68,15 @@ options:
trying the command again. trying the command again.
required: false required: false
default: 1 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 = """ EXAMPLES = """

@ -139,6 +139,14 @@ options:
required: false required: false
default: no default: no
choices: ['yes', '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 = """ EXAMPLES = """

@ -43,6 +43,13 @@ options:
not be collected. not be collected.
required: false required: false
default: '!config' 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 = """ EXAMPLES = """

@ -76,6 +76,13 @@ options:
required: false required: false
default: null 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 = """ EXAMPLES = """

Loading…
Cancel
Save