FILL BLANK -
Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)
The Ansible command used to manage and store sensitive data in encrypted files is 'ansible-vault'. This command allows you to create, edit, view, and decrypt files encrypted with Ansible Vault, ensuring that sensitive information such as passwords and keys are securely stored.
https://docs.ansible.com/ansible/2.9/user_guide/vault.html