Skip to content

lr1980/ansible-haproxy-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: haproxy exporter

Description

Deploy prometheus haproxy exporter using ansible.

Based on ansible node exporter.

Requirements

  • Ansible >= 2.5 (It might work on previous versions, but we cannot guarantee it)
  • gnu-tar on Mac deployer host (brew install gnu-tar)

Role Variables

All variables which can be overridden are stored in defaults/main.yml file.

Example

Playbook

Use it in a playbook as follows:

- hosts: all
  roles:
    - lr1980.ansible-haproxy-exporter

License

This project is licensed under MIT License. See LICENSE for more details.

Releases

No releases published

Packages

No packages published

Languages