# This playbook installs go-server
# https://www.go.cd/
#

- name: Install go-server
  hosts: all
  become: True
  gather_facts: True
  roles:
    - aws
    - go-server
    - role: splunkforwarder
      when: COMMON_ENABLE_SPLUNKFORWARDER
    - role: newrelic
      when: COMMON_ENABLE_NEWRELIC