Before 9.10 with 28 character license file, it's real easy to grep the serial number and put all nodes in one cluster's license codes and install. With NFL v2 file, now it's a file and one json per package. If we get an order for dozens of clusternodes (for different clusters), can we concatenate all license files into one file, and ansbile installation will automatically recognize license with correct serial to install?
new NFL v2 license install syntax:
- name: Add NLF licenses
netapp.ontap.na_ontap_license:
state: present
license_codes:
- "{{ lookup('file', nlf_filepath) | string }}"