Commit f6424b54 by Kevin Falcone Committed by GitHub

Merge pull request #3852 from edx/jibsheet/enable-rabbit-monitoring

Make sure NR and Splunk are available in the rabbit role
parents 5417daac 9b72f73e
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
roles: roles:
- aws - aws
- rabbitmq - rabbitmq
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic
when: COMMON_ENABLE_NEWRELIC
post_tasks: post_tasks:
- debug: - debug:
var: ansible_ec2_instance_id var: ansible_ec2_instance_id
......
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