NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
10 stars 8 forks source link

Better password handling #235

Open widhalmt opened 1 year ago

widhalmt commented 1 year ago

While we might need the file with the initial passwords during setup, we need to provide a way of using your own password with variables. This leads to options like Ansible vault, Hashicorp vault and more.

I guess we will need #132 to be fixed before we can start with this.