mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -197,52 +197,52 @@ RETURN = r'''
|
|||
community:
|
||||
description: The new community value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: community1
|
||||
oid:
|
||||
description: The new OID value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: .1
|
||||
ip_version:
|
||||
description: The new IP version value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: .1
|
||||
snmp_auth_protocol:
|
||||
description: The new SNMP auth protocol.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: sha
|
||||
snmp_privacy_protocol:
|
||||
description: The new SNMP privacy protocol.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: aes
|
||||
access:
|
||||
description: The new access level for the MIB.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: ro
|
||||
source:
|
||||
description: The new source address to access the MIB.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 1.1.1.1
|
||||
snmp_username:
|
||||
description: The new SNMP username.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: user1
|
||||
snmp_auth_password:
|
||||
description: The new password of the given snmp_username.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: secret1
|
||||
snmp_privacy_password:
|
||||
description: The new password of the given snmp_username.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: secret2
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue