Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ursinn-ansible/role-prometheus
Ansible Role - Prometheus
https://github.com/ursinn-ansible/role-prometheus
ansible docker managed-via-opentofu
Last synced: 22 days ago
JSON representation
Ansible Role - Prometheus
- Host: GitHub
- URL: https://github.com/ursinn-ansible/role-prometheus
- Owner: ursinn-ansible
- License: mit
- Created: 2022-06-18T15:43:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T22:29:00.000Z (about 1 month ago)
- Last Synced: 2024-11-24T23:26:22.818Z (about 1 month ago)
- Topics: ansible, docker, managed-via-opentofu
- Language: Jinja
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role - Prometheus
[![GitHub last commit](https://img.shields.io/github/last-commit/ursinn-ansible/role-prometheus?logo=github&style=for-the-badge)](https://github.com/ursinn-ansible/role-prometheus/commits)
[![License](https://img.shields.io/github/license/ursinn-ansible/role-prometheus?style=for-the-badge)](https://github.com/ursinn-ansible/role-prometheus/blob/main/LICENSE)Docker Image: https://registry.hub.docker.com/r/prom/prometheus
## Options
| Option | Default Value |
| ---- | ---- |
| role_prometheus_image | docker.io/prom/prometheus:v3.0.0 |
| role_prometheus_container | prometheus |
| role_prometheus_volume | prometheus |
| role_prometheus_network | app-network |
| role_prometheus_tmp_dir | /tmp/ansible-role-prometheus |
| role_prometheus_config_targets | |
| role_prometheus_config_targets_basicAuth | |
| role_prometheus_config_targets_bgptools_export_id | |
| role_prometheus_config_targets_node_exporter | [] |
| role_prometheus_config_targets_node_exporter_username | |
| role_prometheus_config_targets_node_exporter_password | |
| role_prometheus_config_targets_matrix | [] |
| role_prometheus_config_targets_matrix_username | |
| role_prometheus_config_targets_matrix_password | |## License
This project is under the MIT License. See the [LICENSE](https://github.com/ursinn-ansible/role-prometheus/blob/main/LICENSE) file for the full license text.