elastic/ansible-elasticsearch

[RFE] Support for container installation

ismaelpuerto opened this issue · 1 comments

Since this PR (#566) ES recommend run multiples instances with docker/podman. Looks make sense support this type on installation for multi node even single node.

jmlrt commented

Hi @ismaelpuerto,
Ansible shouldn't be required to deploy containers, you can use Docker Compose instead (exemple here) or if you're running Kubernetes, you can use Elastic Kubernetes operator or Elastic Helm charts.