notifier.yml 249 Bytes
Newer Older
1 2
- name: Configure notifier instance
  hosts: all
3
  become: True
4
  gather_facts: True
5 6 7
  vars:
    serial_count: 1
  serial: "{{ serial_count }}"
8
  roles:
Fred Smith committed
9
    - aws
10
    - notifier
11 12
    - role: splunkforwarder
      when: COMMON_ENABLE_SPLUNKFORWARDER
13