When attempting to use the na_ontap_security_config module to configure SSL on a new cluster, the task shows changed every time (i.e. non-idempotency). Here is our task:
- name: Modify SSL security config
netapp.ontap.na_ontap_security_config
<<: *login
name: ssl
is_fips_enabled: true
supported_protocols: "{{ supported_protocols }}"
supported_cipher_suites: "{{ supported_cipher_suites }}"
I see in the module documentation for the supported_cipher_suites parameter the following verbiage: "To achieve idempotency all similar cipher_suites must be set."
Can you tell us exactly what that means? We're defining the cipher_suites that we are based on NetApp security hardening guide: https://www.netapp.com/media/10674-tr4569.pdf