edx-monitoring.yml 365 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
---
- name: Bootstrap instance(s)
  hosts: all
  gather_facts: no
  become: True
  roles:
    - role: python
      tags:
        - install
        - install:system-requirements

- name: Configure instance(s)
  hosts: all
  become: True
  gather_facts: True
  roles:
    - graphite
18
    - grafana
19 20 21
    - role: nginx
      nginx_sites:
      - graphite
22
      - grafana