Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.74 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.74 KB

Ansible Role Apache Exporter

Build Status

Ansible role to install apache_exporter

Requirements

None

Role Variables

variable default comment
apache_exporter_version 0.5.0 apache_exporter version
apache_exporter_download_url defaults/main.yml#L8 url to download apache exporter binary
apache_exporter_scrape_uri defaults/main.yml#L10 apache mod_status url
apache_exporter_telemetry_address 0.0.0.0:9117 apache_exporter listen address
apache_exporter_ignore_https false apache_exporter ignore https

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - cloudweeb.apache_exporter

License

MIT / BSD

Author Information

Agnesius Santo Naibaho