Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 595 Bytes

Description

memcached Exporter deployment made easy with Ansible. For installing memcached use prometheus memcached_exporter

Role Variables

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

Example

Playbook

---
- name: memcached Exporter Install
  hosts: memcached
  user: root
  roles:
    - ansible-role-memcached-exporter
  tags:
    - prometheus_memcached_exporter

License

Apache License 2.0, see LICENSE.