common.yml 332 Bytes
Newer Older
1
- name: Deploy common
John Jarvis committed
2
  hosts: all
3
  become: True
John Jarvis committed
4
  gather_facts: True
5 6 7
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
John Jarvis committed
8 9
  roles:
    - common
10
    - role: datadog
11
      when: COMMON_ENABLE_DATADOG
John Jarvis committed
12
    - role: splunkforwarder
13
      when: COMMON_ENABLE_SPLUNKFORWARDER
14
    - role: newrelic
15
      when: COMMON_ENABLE_NEWRELIC