Set authentification on elasticsearch using ansible

Hi @smutel,

I believe the issue you've got is similar to ES 7.8 X-Pack not returning whole cert chain root ca, intermediate and server cert .
You need to concatenate all the cert chain in a single pem file, and set xpack.security.http.ssl.certificate to it.