Need to find out all the commands that ansible is actually running

I need to get sudoer whitelist for all the commands that ansible is running, is there any way which I can list them?

no, as in many cases ansible is not running commands but doing system calls.