forum.yml 503 Bytes
Newer Older
John Jarvis committed
1 2
- name: Deploy forum
  hosts: all
3
  become: True
4
  gather_facts: True
5 6
  vars:
    serial_count: 1
7
    CLUSTER_NAME: 'forum'
8
  serial: "{{ serial_count }}"
John Jarvis committed
9
  roles:
10
    - aws
11 12 13
    - role: nginx
      nginx_sites:
      - forum
John Jarvis committed
14
    - forum
15
    - role: datadog
16
      when: COMMON_ENABLE_DATADOG
John Jarvis committed
17
    - role: splunkforwarder
18
      when: COMMON_ENABLE_SPLUNKFORWARDER
19
    - role: newrelic
20
      when: COMMON_ENABLE_NEWRELIC
21 22
    - role: newrelic_infrastructure
      when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE