Hello!
How can I grant the “System Auditor” role via the awx.awx.tower_role
module (or even in the UI I can’t figure it out)?
See: https://docs.ansible.com/ansible/latest/collections/awx/awx/tower_role_module.html
See: https://docs.ansible.com/ansible-tower/latest/html/userguide/security.html#roles
My goal is to grant users the ability to browse the API at /api/v2/
successfully. I’m only able to do this as the admin user currently.
I think this is a similar issue to this: https://github.com/ansible/awx/issues/4302 but the issue says this is resolved… however, I have granted the auditor
role from awx.awx.tower_role
to Teams and Users with no success on those users being able to view the settings page, nor browse the API.
Any help would be greatly appreciated, thanks!
–Harrison