Secure your Docker passwords with Hashicorp Vault and Ansible (Part 2: Automate Docker startup with Ansible)
In the first part I showed how to set up Hashicorp. Now the whole thing will be automated.
Ansible Automation
In the first part I showed how to set up Hashicorp. Now the whole thing will be automated.
Hashicorp Vault is an incredible tool when it comes to keeping passwords safe on the server. Using Authelia as an example, I will show how to keep Docker passwords secure on the server even without Docker swarm.
Unfortunately, you keep coming across the nicely-intentioned but far too complicated tip when passing SSH across multiple machines with ansible:ansible_ssh_common_args and ProxyCommand.