#how to manage and list fpolicy

1 messages · Page 1 of 1 (latest)

gloomy marten
#

Hello , i have started with ansible
i looking how to manage fpolicy
i found this documention
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_fpolicy_policy_module.html
i would like list , how i can do that ?

like

SERVER::> vserver fpolicy show
                                      Sequence
Vserver       Policy Name               Number  Status   Engine
------------- ----------------------- --------  -------- ---------
VSERVER1   blockext_cifs                  1  on       native
VSERVER2    blockext_nfsv3                 2  on       native
VSERSER4   blockext_nfsv4                 3  on       native

thanks

queen mulch
#

@gloomy marten You can try using below Ansible task to fetch the existing FPolicy policies.