I need to start using 'netapp.ontap.na_ontap_rest_cli' because we upgraded to 9.14 and now i want to transform the old Ansible Syntax to use 'netapp.ontap.na_ontap_rest_cli' any ideas where to start with the code below?
Stap 2: Modificeer QoS policy group om max-throughput INF in te stellen
- name: "Modify QoS policy group to set max-throughput INF - step 2"
netapp.ontap.na_ontap_command:
command:
- "qos policy-group modify -policy-group {{ qos_policy_group.name }} -max-throughput INF"
privilege: admin
<<: *auth
when: qos_policy_group.name | default(false)
any hints appreciated,
Cheers,
Ferry