Commit 27485065 by Nadeem Shahzad Committed by GitHub

Merge pull request #4107 from edx/nadeem/OPS-2398

Playbook to update or create a new install of mongo_mms
parents a7b16ff6 cc1720dc
- name: Deploy mongo_mms instance
hosts: all
become: True
gather_facts: True
vars:
serial_count: 1
serial: "{{ serial_count }}"
roles:
- aws
- mongo_mms
- role: newrelic
when: COMMON_ENABLE_NEWRELIC
- role: datadog
when: COMMON_ENABLE_DATADOG
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