Sha256: 39258ce3543cafd30f89d9e110fc715d515bba965d3e2272541d8050f633a89d

Contents?: true

Size: 622 Bytes

Versions: 17

Compression:

Stored size: 622 Bytes

Contents

---
- name : SUPERVISION install master service (Prometheus)
  package:
    pkg: prometheus
    state: present

- name : SUPERVISION install alert service (alertmanager)
  package:
    pkg: prometheus-alertmanager
    state: present

- name: SUPERVISION Configuration
  template:
    src: prometheus.yml.j2
    dest: /etc/prometheus/prometheus.yml
    owner: root
    group: root
    mode: 0644
  notify: restart Prometheus


- name: SUPERVISION Configuration
  template:
    src: alertmanager.yml.j2
    dest: /etc/prometheus/alertmanager.yml
    owner: root
    group: root
    mode: 0644
  notify: restart Alertmanager

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
prometheus-splash-0.9.1 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.9.0 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.6 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.5 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.4 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.3 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.2 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.1 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.8.0 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.7.0 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.6.1 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.6.0 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.5.3 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.5.2 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.5.0 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.4.5 templates/ansible-splash/roles/supervision_master/tasks/main.yml
prometheus-splash-0.4.4 templates/ansible-splash/roles/supervision_master/tasks/main.yml