What is the ask_pass module in ansible?
Answer / Karmveer Singh
The ask_pass module in Ansible is a helper task used to prompt for user input, specifically to enter encrypted passwords or passphrases during playbook execution. This module can be useful when the passwords are not accessible as variables or files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a variable name and an environment variable?
How do I configure a jump host to access servers that I have no direct access to?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
Can you write a simple playbook to install nginx on a host machine?
How ansible different from the playbook?
Explain callback_plugin in ansible?
How do I access a variable name programmatically?
How can I display all the inventory vars defined for my host?
Why is ‘{{ }}’ notation used?
What is ansible and what makes it stand out from the rest of the configuration management tools?
How do I copy files recursively onto a target host?
Where does the configuration file live and what can I configure in it?