You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mathieu Pasquet f6bdb4dac7 Initial commit 2 years ago
files Initial commit 2 years ago
tasks Initial commit 2 years ago
templates Initial commit 2 years ago
README.md Initial commit 2 years ago

README.md

Monitoring server role

Installs prometheus and grafana, make prometheus listen to localhost and grafana listen to the VPN interface only.

scrape hosts defined in the inventory (todo: check that this works)

Expected host vars

vpn_ip

Expected inventory config

[vpn_hosts]
host1 vpn_ip=… ansible_host=…
hosT2 vpn_ip=… ansible_host=…