What are ansible vaults and why are they used?
Answer / Km Gargi
Ansible Vault is a feature that allows sensitive data, like passwords or API keys, to be encrypted within playbooks and inventory files. It enhances security by preventing plaintext storage of sensitive information.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does ansible support hardware provisioning?
What are the ansible modules?
What is ansible task?
Give a comparison between ansible and puppet.
How ansible different from the playbook?
What is the ask_pass module in ansible?
How do I access a variable of the first host in a group?
How do I speed up management inside ec2?
Can you build your own modules with ansible?
How do I generate crypted passwords for the user module?
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?
Write an ansible playbook to automate the starting of ec2 instance.