Skip to content

Commit

Permalink
Fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Apr 22, 2022
1 parent 82c3333 commit 365ae8f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/onyx_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met.
- This module does not support running commands in configuration mode.
Please use M(onyx_config) to configure Mellanox ONYX devices.
Please use M(mellanox.onyx.onyx_config) to configure Mellanox ONYX devices.
notes:
- Tested on ONYX 3.6.4000
options:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/onyx_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
to a given subset. Possible values for this argument include
all, version, module, and interfaces. Can specify a list of
values to include a larger subset. Values can also be used
with an initial C(M(!)) to specify that a specific subset should
with an initial C(!) to specify that a specific subset should
not be collected.
required: false
default: version
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/onyx_ntp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
type: str
ntp_authentication_keys:
type: list
elements: dict
description:
- List of ntp authentication keys
suboptions:
Expand All @@ -54,6 +55,7 @@
type: str
trusted_keys:
type: list
elements: int
description:
- List of ntp trusted keys
'''
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/onyx_ntp_servers_peers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
options:
peer:
type: list
elements: dict
description:
- List of ntp peers.
suboptions:
Expand Down Expand Up @@ -45,6 +46,7 @@
type: str
server:
type: list
elements: dict
description:
- List of ntp servers.
suboptions:
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/onyx_snmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
type: bool
snmp_communities:
type: list
elements: dict
description:
- List of snmp communities
suboptions:
Expand Down Expand Up @@ -96,6 +97,7 @@
type: bool
snmp_permissions:
type: list
elements: dict
description:
- Allow SNMPSET requests for items in a MIB.
suboptions:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/onyx_snmp_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
options:
hosts:
type: list
elements: dict
description:
- List of snmp hosts
suboptions:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/onyx_snmp_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
options:
users:
type: list
elements: dict
description:
- List of snmp users
suboptions:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/onyx_syslog_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
description:
- Override log levels for this sink on a per-class basis
type: list
elements: dict
suboptions:
override_class:
description:
Expand Down

0 comments on commit 365ae8f

Please sign in to comment.