xqueue.yml 503 Bytes
Newer Older
John Jarvis committed
1 2
- name: Deploy xqueue
  hosts: all
3
  become: True
John Jarvis committed
4
  roles:
5
    - aws
6 7
    - role: automated
      AUTOMATED_USERS: "{{ XQUEUE_AUTOMATED_USERS | default({}) }}"
8 9 10
    - role: nginx
      nginx_sites:
      - xqueue
11
    - xqueue
12
    - role: datadog
13
      when: COMMON_ENABLE_DATADOG
John Jarvis committed
14
    - role: splunkforwarder
15
      when: COMMON_ENABLE_SPLUNKFORWARDER
16 17
    - role: newrelic_infrastructure
      when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
18 19 20
    - role: datadog-uninstall
      when: not COMMON_ENABLE_DATADOG