hello
i try to create scope for fpolicy with
- name: Create FPolicy scope
netapp.ontap.na_ontap_fpolicy_scope:
state: present
vserver: "{{ vserver }}"
name: blockext_{{ protocol }}_{{ version }}
file_extensions_to_include: "{{ exclusion_list }}"
username: "{{ netapp_username }}"
password: "{{ netapp_password }}"
hostname: "{{ netapp_host }}"
use_rest: always
validate_certs: no
but doesn't work
file_extensions_to_include is versy big list of file_extension like
ndarod,ndpyhss,nebupa,needdecrypt,needkeys,NEEH,neer,nef1lim,nefilim,NegozI,neitrino,nekochan,nelasod,nemesis,nemty,NEMTY_AJORCUS,NEMTY_VQLGC72,Nemucod,neon,NEPHILIM,neptune,neqp,ner,neras,nermer,nerz,nesa,net,NETCrypton,Netix,netlock,netn6,Netwalker,Networklock,networkmaze,new24,NewHT,newlock,newlocker,NEWRAR,news,newware,NextCry,nginxhole,NGSC,NHCR,nhHtFWV,NHLP,Nhtnwcuf,nibiru,NIGG3R,NIGGA,NIGHT_CROW,nightsky,nigra,nile,ninja,__NIST_K571__,Nitro,nitz,niwm,njkwe,njmhqbxu,nlah,nlb,nlocker,nm4,nm8kci,nmc,nmcrypt,NMO,NMoreira,nnll,nnpl,nnqp,nnuz,nnza,nobad,noblis,nobu,nochance,nochi,Node0,nohope,NOKOYAWA,NOLOST,nols,nomad,Nomikon,no_more_ransom,no_more_ransomware,non,nooa,NOOB,noos,NOOSE,nopasaran,noproblemwedecfiles,norvas,nosafe,nostro,nosu,NOT,NotAHero,_not_a_joke,notfou
if i reduce this list to less 255 caractere is ok
they are limitaion for file_extensions_to_include parameter ?
i havent no issue whe i try with CLI
have you an advice o create scope with many file extension ?