Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ursinn-ansible/role-grafana
Ansible Role - Grafana
https://github.com/ursinn-ansible/role-grafana
ansible docker managed-via-opentofu
Last synced: 22 days ago
JSON representation
Ansible Role - Grafana
- Host: GitHub
- URL: https://github.com/ursinn-ansible/role-grafana
- Owner: ursinn-ansible
- License: mit
- Created: 2022-06-18T15:13:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T16:38:45.000Z (about 1 month ago)
- Last Synced: 2024-11-24T17:27:37.253Z (about 1 month ago)
- Topics: ansible, docker, managed-via-opentofu
- Homepage:
- Size: 90.8 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 - Grafana
[![GitHub last commit](https://img.shields.io/github/last-commit/ursinn-ansible/role-grafana?logo=github&style=for-the-badge)](https://github.com/ursinn-ansible/role-grafana/commits)
[![License](https://img.shields.io/github/license/ursinn-ansible/role-grafana?style=for-the-badge)](https://github.com/ursinn-ansible/role-grafana/blob/main/LICENSE)Docker Image: https://hub.docker.com/r/grafana/grafana-enterprise
## Options
| Option | Default Value |
| ---- | ---- |
| role_grafana_image | docker.io/grafana/grafana-enterprise |
| role_grafana_container | grafana |
| role_grafana_volume | grafana |
| role_grafana_network | app-network |
| role_grafana_config_metrics_basic_auth_username | |
| role_grafana_config_metrics_basic_auth_password | |
| role_grafana_config_auth_signout_redirect_url | |
| role_grafana_config_auth_oauth_auto_login | false |
| role_grafana_config_auth_generic_oauth_name | OAuth |
| role_grafana_config_auth_generic_oauth_enabled | false |
| role_grafana_config_auth_generic_oauth_client_id | some_id |
| role_grafana_config_auth_generic_oauth_client_secret | some_secret |
| role_grafana_config_auth_generic_oauth_scopes | user:email,read:org |
| role_grafana_config_auth_generic_oauth_auth_url | https://foo.bar/login/oauth/authorize |
| role_grafana_config_auth_generic_oauth_token_url | https://foo.bar/login/oauth/access_token |
| role_grafana_config_auth_generic_oauth_api_url | https://foo.bar/user |
| role_grafana_config_auth_generic_oauth_role_attribute_path | |## License
This project is under the MIT License. See the [LICENSE](https://github.com/ursinn-ansible/role-grafana/blob/main/LICENSE) file for the full license text.