Ansible/roles/elasticsearch/tasks/ubuntu.yml

9 lines
97 B
YAML

- name: Install ElasticSearch from apt
become: true
apt:
name: elasticsearch
- name: