Installs the pushgateway for Prometheus.
None
Variable | Description | Default |
---|---|---|
pushgateway_version |
Version of the pushgateway to use | 0.5.1 |
pushgateway_web_listen_address |
Network address to listen on ( --web.listen-address ) | localhost:9091 |
None
- hosts: all
roles:
- { role: kuguhome.pushgateway }
MIT