ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

Update README

Open sdarwin opened this issue 3 years ago • 2 comments

A small modification to the README, changing the example playbook from "- hosts: all" to "- hosts: prometheus", with an explanatory note.

sdarwin avatar Dec 22 '21 19:12 sdarwin

This PR is low priority, not critical.

Still, I have been thinking about it more and there are probably various ways to handle it.

  • Option 1 , what was proposed here already.

  • Option 2 , instead, only make the following text change in the readme, and nothing else:

- hosts: prometheus

Quite minimal.

  • Option 3 , similar as Option 1, but less verbose. The text would be:
Create an ansible host group such as "prometheus" or "monitoring-servers", and add prometheus servers to that group.

sdarwin avatar Jan 24 '22 16:01 sdarwin

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 11:04 stale[bot]

This role has been deprecated in favor of a the prometheus-community/ansible collection.

SuperQ avatar Mar 06 '23 15:03 SuperQ