Am planning on consuming this python addon via ansible for secret management. However currently the addon only creates the passwords in a single user. I would very much like it to be able to share the password with a group. Not necessarily one that the API user is in. For example:
Create new VM with local admin password randomly generated. (Already possible)
Share this password with the group: "Linux administrators"
Am planning on consuming this python addon via ansible for secret management. However currently the addon only creates the passwords in a single user. I would very much like it to be able to share the password with a group. Not necessarily one that the API user is in. For example: