prometheus/server/tasks/main.yaml
changeset 54 1ea4f1c7c675
parent 53 9e4f750f5d36
child 181 2b30d081dd9b
equal deleted inserted replaced
53:9e4f750f5d36 54:1ea4f1c7c675
    31     name: "Prometheus"
    31     name: "Prometheus"
    32     ds_type: "prometheus"
    32     ds_type: "prometheus"
    33     ds_url: "http://localhost:9090"
    33     ds_url: "http://localhost:9090"
    34     grafana_url: "http://localhost:3000"
    34     grafana_url: "http://localhost:3000"
    35     is_default: yes
    35     is_default: yes
       
    36   changed_when: false
    36 
    37 
    37 - name: install grafana plugins
    38 - name: install grafana plugins
    38   become: yes
    39   become: yes
    39   grafana_plugin: name="{{item}}"
    40   grafana_plugin: name="{{item}}"
    40   loop: "{{prometheus_server_grafana_plugins}}"
    41   loop: "{{prometheus_server_grafana_plugins}}"