Start a Conversation

Unsolved

B

3 Posts

1738

January 26th, 2022 11:00

Automate user creation

I'm building an ansible playbook that creates user on different storage devices. I was able to find information for VNX, Brocade and Unity.

But I was not able to find any API or Ansible Module about user and role management for VPLEX.
I found this module (https://github.com/dell/ansible-vplex), but it only contains management modules.

The storage admin only gave me the commands to create, list and delete a user:

# Add user
user add 
# List user
user list | grep 
# Remove user
user remove 

But running this commands directly with ansible doesn't work due to how Ansible execute the playbook on a remote host.

Can someone point me in to API or ansible module that manages user and role permissions?

Thanks

No Responses!
No Events found!

Top