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.
|
2 years ago | |
---|---|---|
files | 2 years ago | |
tasks | 2 years ago | |
templates | 2 years ago | |
README.md | 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=…