You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am currently trying to find out how i can create an IAM user and assign permissions to it via ansible. It seems there is no module (yet?). Is there an alternate way to do this? Maybe use the AWS-module since it seems almost identical (if so, how do i configure it)?
The text was updated successfully, but these errors were encountered:
Hi @strowi! you can manage permissions only through identity role resource. Openstack collections has identity_role, identity_group and identity_user modules, it must help you. Feel free to ask questions if you have any
Hi,
i am currently trying to find out how i can create an IAM user and assign permissions to it via ansible. It seems there is no module (yet?). Is there an alternate way to do this? Maybe use the AWS-module since it seems almost identical (if so, how do i configure it)?
The text was updated successfully, but these errors were encountered: