NETWAYS / ansible-collection-elasticstack

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

Automatically install Python cryptography module #212

Closed widhalmt closed 10 months ago

widhalmt commented 11 months ago

Elasticsearch needs the cryptography Python module to create a CA and certificates. Usually we leave it to the user to choose which installation method they prefer.

Since today we got another user stumbling over this missing dependency I want to implement the installation now automatically.