I’m writing a playbook to capture my current awx configuration so I can redeploy. I have it creating everything I need except that I can’t see how team membership is done in ansible using the awx.awx collection. I can create a team, and add users, but not add users to the team.
I see “POST /api/v2/teams/{id}/users/” in the API reference, so I figured that tower_team would have something equivalent, but I don’t see it. Does it support this?
As a side thing - what is up with the Ansible Galaxy docs generation? Why is nothing on the “Content” tab a link to the docs? Why don’t any of the docs refer to each other? (“if you need to add users, use XYZ”)
Thanks,
Howie