Skip to content

sorrowless/ansible_prometheus_blackbox_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbog/prometheus_blackbox_exporter

Build Status Ansible Role Ansible Quality Score Ansible Role GitHub

An Ansible role which installs and configures Prometheus blackbox_exporter on Linux

Requirements

Ansible 2.8+

Role Variables

You can see all vars in defaults/main.yml vars file.

If you use docker swarm, you should specify variables for the host on which the container is supposed to be run, and also indicate the name of the swarm manager through which the stack will be deployed in variable blackbox_swarm_manager

blackbox_swarm_manager: swarm-manager01

Dependencies

None

Example Playbook

- name: Ensure prometheus_blackbox_exporter
  hosts: prometheus_blackbox_exporters
  remote_user: root

  roles:
    - prometheus_blackbox_exporter

License

Apache 2.0

Author Information

This role was created by Stan Bogatkin.

About

Ansible role to deploy Prometheus blackbox exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages