Top "Ansible-vault" questions

Use this tag for questions regarding the usage of Ansible Vault for protecting data for playbooks and roles.

Ansible un-vault and template a file

I have a file on my local machine that I want to upload to a remote server, it contains confidential …

templates ansible jinja2 ansible-playbook ansible-vault
How can I provide the SSH user passwords for a set of hosts in ansible using vault

Considering the following Ansible hosts file: [webservers] server1.example.com ansible_ssh_pass=1234567 server2.example.com ansible_ssh_pass=2345678 server3.…

ansible ansible-inventory ansible-vault