https://github.com/stuartapp/ansible-aws-prom-exporter
Ansible role to install AWS Prometheus exporter
https://github.com/stuartapp/ansible-aws-prom-exporter
Last synced: 2 months ago
JSON representation
Ansible role to install AWS Prometheus exporter
- Host: GitHub
- URL: https://github.com/stuartapp/ansible-aws-prom-exporter
- Owner: StuartApp
- Created: 2020-01-10T09:17:30.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-10T15:54:19.000Z (over 6 years ago)
- Last Synced: 2025-10-04T23:34:59.110Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 50
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
AWS Prometheus Exporter (aka AWS Prom Exporter)
=========
This role installs and configures [aws-prom-exporter](https://github.com/StuartApp/ansible-aws-prom-exporter)
Requirements
------------
None
Role Variables
--------------
```yaml
---
# Repository from where to install aws-prom-exporter
aws_prom_exporter_repo_url: git+https://git@github.com/StuartApp/aws-prom-exporter
# Version to install
aws_prom_exporter_version: v0.2
# Configuration settings as specified in aws-prom-exporter repository README
# If empty, aws-prom-exporter defaults will be used (and an empty config.yaml file will be created)
aws_prom_exporter_config: ""
# Where to create the configuration file
aws_prom_exporter_config_file_dir: /etc/aws-prom-exporter
# Status of the service after installation
aws_prom_exporter_svc_state: started
# Wether enable or not the service (to start it after reboot)
aws_prom_exporter_svc_enabled: true
```
Dependencies
------------
None
Example Playbook
----------------
- hosts: servers
roles:
- { role: StuartApp.aws-prom-exporter, aws_prom_exporter_version: "v0.2" }
License
-------
GPL-3
Author Information
------------------
Jordi Clariana