skip to Main Content

Ubuntu – Can't update properties in Ansible role for Prometheus

I am trying to use Prometheus Role: https://github.com/prometheus-community/ansible I created a playbook - playbook.yaml, with the following content: --- - hosts: prometheus-server become: true roles: - role: prometheus.prometheus.prometheus prometheus_version: "2.43.0" prometheus_config_dir: "/sites/prometheus" prometheus_web_listen_address: "0.0.0.0:9090" prometheus_global: {"evaluation_interval": "1m5s", "scrape_interval": "1m", "scrape_timeout":…

VIEW QUESTION
Back To Top
Search