diff --git a/README.md b/README.md index 2cb070ee0c56b2f4c61808cbe0db2b5d02bc4f0e..62f3b47ee89fe16c8a14a31dfa8e3d7140d88453 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ [](https://travis-ci.org/cloudalchemy/ansible-node-exporter) [](https://opensource.org/licenses/MIT) -[](https://galaxy.ansible.com/cloudalchemy/node-exporter/) +[](https://galaxy.ansible.com/cloudalchemy/node_exporter/) [](https://github.com/cloudalchemy/ansible-node-exporter/tags) +## Warning + +Due to limitations of galaxy.ansible.com we had to move role to https://galaxy.ansible.com/cloudalchemy/node_exporter and use `_` instead of `-` in role name. This is a breaking change and unfortunatelly it affects all versions of node_exporter role as ansible galaxy doesn't offer any form of redirection. We are sorry for the inconvenience. + ## Description Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) using ansible. @@ -42,7 +46,7 @@ Use it in a playbook as follows: ```yaml - hosts: all roles: - - cloudalchemy.node-exporter + - cloudalchemy.node_exporter ``` ### TLS config