Ansible question

I hope this is the right forum for this question, since ansible is supposed to be a significant part of Redhat and it’s clones (like Rocky).
I have my administrator account set to “nopasswd” in /etc/sudoers so that I don’t need to sit at a keyboard and enter a password for every script I run on ansible. Is it possible to run ansible scripts without that “nopasswd” option set, and so I don’t have to sit at a keyboard entering passwords all afternoon long?

It is possible. Use --ask-become-pass. See: Understanding privilege escalation: become — Ansible Documentation