diff --git a/lib/ansible/modules/network/dellos9/dellos9_command.py b/lib/ansible/modules/network/dellos9/dellos9_command.py index a36c83a7b7..cc61085583 100755 --- a/lib/ansible/modules/network/dellos9/dellos9_command.py +++ b/lib/ansible/modules/network/dellos9/dellos9_command.py @@ -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 = """ diff --git a/lib/ansible/modules/network/dellos9/dellos9_config.py b/lib/ansible/modules/network/dellos9/dellos9_config.py index 1d728c5319..39ae652b30 100755 --- a/lib/ansible/modules/network/dellos9/dellos9_config.py +++ b/lib/ansible/modules/network/dellos9/dellos9_config.py @@ -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 = """ diff --git a/lib/ansible/modules/network/dellos9/dellos9_facts.py b/lib/ansible/modules/network/dellos9/dellos9_facts.py index 4b8b2a83a4..c1946a773f 100644 --- a/lib/ansible/modules/network/dellos9/dellos9_facts.py +++ b/lib/ansible/modules/network/dellos9/dellos9_facts.py @@ -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 = """ diff --git a/lib/ansible/modules/network/dellos9/dellos9_template.py b/lib/ansible/modules/network/dellos9/dellos9_template.py index e4ec736454..60cd00ab1a 100755 --- a/lib/ansible/modules/network/dellos9/dellos9_template.py +++ b/lib/ansible/modules/network/dellos9/dellos9_template.py @@ -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 = """