Start a Conversation

Solved!

Go to Solution

1388

August 11th, 2021 10:00

Isilon Ansible module isi smb share list command analog

Hey folks,

Can somebody tell me if the following is possible with Ansible module for Isilon please?

I have two Isilons and I want to gather SMB shares and permissions info from both of them, so I can compare that info in Python to find if they have differences in the configs. Is it possible to do something like that: "for e in `isi smb shares list --zone=$i --no-footer --no-header | awk '{print $'one'}'`; do echo "*$e" && isi smb shares permission list --share=$e && echo "\n"; done" with Ansible to get the output in yml?

Best regards,

Nik

No Responses!
No Events found!

Top