diff --git a/README.md b/README.md index 1780b2fd..6d23f1b9 100644 --- a/README.md +++ b/README.md @@ -121,45 +121,6 @@ In your playbooks, you can set [module defaults](https://github.com/ansible/ansi is_admin: true ``` -## Complementary Collection: [`telekom-mms.grafana`](https://github.com/telekom-mms/ansible-role-grafana) - -The `telekom-mms.grafana` collection is an Ansible Collection that simplifies the use of the `community.grafana` collection. It provides an Ansible Role for easy integration with `community.grafana`. With this collection, you only need to define the variables for your Grafana resources. - -### Requirements - ansible-galaxy collection install telekom-mms.grafana -... or use a requirements.yml: -`ansible-galaxy collection install -r requirements.yml` -```yaml ---- -collections: - - name: telekom-mms.grafana -``` - -### Example Playbook -```yaml ---- -- hosts: localhost - gather_facts: false - connection: local - - vars: - grafana_url: "https://grafana.company.com" - grafana_user: "admin" - grafana_password: "xxxxxx" - - grafana_datasources: - - name: "Loki" - ds_type: "loki" - ds_url: "http://127.0.0.1:3100" - tls_skip_verify: yes - grafana_folders: - - name: my_service - - name: other_service - - roles: - - role: telekom-mms.grafana -``` - ## Testing and Development If you want to develop new content for this collection or improve what's already here, the easiest way to work on the collection is to clone it into one of the configured [`COLLECTIONS_PATHS`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths), and work on it there.