hi
i want to use the user that startet the template in a playbook.
is there any ansible_variable which stored the user-id?
hi
i want to use the user that startet the template in a playbook.
is there any ansible_variable which stored the user-id?
We do attach some values as extra vars and environment variables… you can see these in the api resources for jobs.
The “tower_user_name” represents currently logged in user.
Thanks,
Larry