I'm working on an automation to create/delete users on storage devices.
I have been only provided with the commands that the storage admin use and
users that can ssh to the storage devices.
My first attempt was to create a normal playbook that connects to the
storage device and run the commands.
Brian, thanks for the info.
As you mention, I found the netcommon collection
(https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/index.html)
I understand the idea, but I don't understand how to use the connection
plugin.
(https://docs.ansible.com/ansible/latest/collections/a