Hi, I have some network tuning to set up cluster. However, could not find corresponding plugin module.
tasks:
- name: disable rfc3465
na_ontap_command:
command: "{{ item }}"
privilege: advanced
<<: *login
loop:
- net tuning tcp modify -node "{{ nAname }}" -is-rfc3465-enabled false
- net tuning tcp modify -node "{{ nBname }}" -is-rfc3465-enabled false
What can be used to replace the na_ontap_command? If use na_ontap_restit or na_ontap_rest_cli, how to replace them?