Running Hashicorp vault in development mode is really easy, but starting the vault in server mode under a docker container may have some changes described…
Tag: vault
ansible – using ansible vault with copy module to decrypt on-the-fly files
Here is an interesting tip for all who what to protect the sensitive information with ansible. Our example is simple enough – we want to…
First ansible use – install and execute a single command or multiple tasks in a playbook
This article is to show you how easy is to use automation tools for managing your servers. If you are new to ansible this article…