Commit 982076ce by Feanil Patel

A play to build the elasticsearch server.

parent 98609b73
- name: Deploy edxapp
hosts: all
sudo: True
gather_facts: True
vars:
enable_datadog: True
enable_splunkforwarder: True
vars_files:
- ["{{ secure_vars }}", "dummy.yml"]
roles:
- elasticsearch
- role: datadog
when: enable_datadog
- role: splunkforwarder
when: enable_splunkforwarder
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