0 votes
in Ansible by
What is ask_pass in ansible?

1 Answer

0 votes
by
The ask_pass is a control in Ansible Playbook.

This controls whether ansible playbook to prompt a password by default. Usually, the default behavior is no:

It is always set to ask_pass=True

If you are using SSH keys for authentication purposes then you really don’t have to change this setting at all.

Related questions

0 votes
asked Jul 30, 2021 in Ansible by DavidAnderson
0 votes
asked Jul 30, 2021 in Ansible by DavidAnderson
...