Abstract
Ansible role that installs glances.
glances role#
Install glances on the target hosts, configure a systemd service and export to Prometheus.
Glances Requirements#
A working Python installation and the ability to write to /etc
.
Glances Role Variables#
N/A
Glances Dependencies#
N/A
Glances Example Playbook#
This can be run using a playbook similar to the one below.
site.yml#
- hosts: servers
become: true
roles:
- role: glances
tags:
- glances
vars:
x: 42