blob: febe029755dab56a81fb66088bf87569e6f7f6dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Role "prometheus"
Installs and configured Prometheus on target servers.
## Variables
- `prometheus_cmdline_options` configures arguments to be added
to the prometheus command line, and changing it will result in
a restart.
- `prometheus_configuration` is the prometheus configuration, serialized to
YAML by Ansible. If unset, the default Prometheus configuration is used.
|