radware / radware.radware_modules / 0.6.12 / module / alteon_config_snmpv3_access Manage SNMPv3 access in Radware Alteon | "added in version" 2.9 of radware.radware_modules" Authors: Michal Greenberg (@michalg) stableinterface | supported by certifiedradware.radware_modules.alteon_config_snmpv3_access (0.6.12) — module
Install with ansible-galaxy collection install radware.radware_modules:==0.6.12
collections: - name: radware.radware_modules version: 0.6.12
Manage SNMPv3 access in Radware Alteon.
- name: alteon configuration command radware.radware_modules.alteon_config_snmpv3_access: provider: server: 192.168.1.1 user: admin password: admin validate_certs: no https_port: 443 ssh_port: 22 timeout: 5 state: present parameters: group_name: testgrp context_prefix: " " security_model: UserBased security_level: AuthAndPriv read_view_name: iso write_view_name: iso notify_view_name: iso
state: choices: - present - absent - read - overwrite - append default: null description: - When C(present), guarantees that the object exists with the provided attributes. - When C(absent), when applicable removes the object. - When C(read), when exists read object from configuration to parameter format. - When C(overwrite), removes the object if exists then recreate it - When C(append), append object configuration with the provided parameters required: true provider: description: - Radware Alteon connection details. required: true suboptions: https_port: default: null description: - Radware Alteon https port. required: true password: default: null description: - Radware Alteon password. required: true server: default: null description: - Radware Alteon IP address. required: true ssh_port: default: null description: - Radware Alteon ssh port. required: true timeout: default: null description: - Timeout for connection. required: true user: default: null description: - Radware Alteon username. required: true validate_certs: default: null description: - If C(no), SSL certificates will not be validated. - This should only set to C(no) used on personally controlled sites using self-signed certificates. required: true type: bool parameters: description: - Parameters for SNMPv3 group configuration. suboptions: context_prefix: default: null description: - The value that must match to gain the access rights allowed by this row. - This field is a key and must be set. If you want it to be empty, you should set " ". required: true type: str group_name: default: null description: - The name of the group to which this entry belongs. required: true type: str match_type: choices: - Exact - Prefix default: null description: - Set access match. required: false notify_view_name: default: null description: - The MIB view of the SNMP context to which this row authorizes access for notifications. required: false type: str read_view_name: default: null description: - The MIB view of the SNMP context to which this row authorizes read access. required: false type: str security_level: choices: - NoAuthNoPriv - AuthNoPriv - AuthAndPriv default: null description: - The minimum level of security required to gain the access rights allowed by this row. required: true security_model: choices: - SNMPV1 - SNMPV2c - UserBased default: null description: - Set the security model. required: true write_view_name: default: null description: - The MIB view of the SNMP context to which this row authorizes write access. required: false type: str revert_on_error: default: false description: - If an error occurs, perform revert on alteon. required: false type: bool write_on_change: default: false description: - Executes Alteon write calls only when an actual change has been evaluated. required: false type: bool
obj: description: parameters object type returned: changed, read type: dictionary status: description: Message detailing run result returned: success sample: object deployed successfully type: str