Commit e270acd1 by Ibrahim

discovery setup

parent b8630b1a
......@@ -9,3 +9,21 @@
debug:
msg: "{{ COMMON_BIN_DIR }}/edxapp-update-assets-{{ item }}"
with_items: "{{ service_variants_enabled }}"
# Discovery Setup
- name: Uninstall installed version of elasticsearch
hosts: all
become: True
gather_facts: True
shell: >
apt-get remove elasticsearch
- name: Install latest version of elasticsearch.
hosts: all
become: True
gather_facts: True
shell: >
apt-get install elasticsearch
systemctl enable elasticsearch.service
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment