0 votes
in Ansible by
Explain What is ask_sudo_pass

1 Answer

0 votes
by
This control is very similar to ask_pass

The ask_sudo_pass controls the Ansible Playbook to prompt a sudo password. Usually, the default behavior is no:

ask_sudo_pass= True

One has to make sure and change this setting where the sudo passwords are enabled most of the time.

Related questions

0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
...