How to use Ansible Vault to encrypt sensitive information, playbook, inventory
Introduction to Ansible Vault Ansible vault is a feature of Ansible which help us to encrypt sensitive information (e.g., credential, key etc.), playbook (YAML file), inventory file etc. Ansible Vault uses ansible-vault command line tool. We can use this command line tool to encrypt, decrypt files. Prerequisite of using ansible vault is we need to […]
How to use Ansible Vault to encrypt sensitive information, playbook, inventory Read More »