In my playbook I setup the LDAP configuration with the awx.settings
module. So far so good.
To attend groups in AWX under /Settings/LDAP Default/LDAP Team Map/
I need to retrieve the values from LDAP_TEAM_MAP
and than attend a new value.
Is there a way to read this value from a variable?
Or is it a need to get the values from the AWX REST API
https://{{ TOWER_URL }}/api/v2/settings/ldap/AUTH_LDAP_TEAM_MAP
Thanks