#snmp contact and location api/ansible module

1 messages · Page 1 of 1 (latest)

tame otter
#

all, can you direct me regarding setting the cluster systme snmp options for the snmp contact and snmp location. if there's a api, i haven't yet found it or ansible module. thanks!

alpine current
vocal hamlet
#

It ist done with the na_ontap_cluster module.
- name: Set cluster contact and system location netapp.ontap.na_ontap_cluster: cluster_location: "{{ syslocation }}" cluster_contact: "{{ contact }}"