From 50492a1b34b6b766c1369425a27678968bb4d28e Mon Sep 17 00:00:00 2001 From: binary Date: Sat, 21 Nov 2020 22:57:13 +0100 Subject: First try with grafana automation. --- playbooks/grafana.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 playbooks/grafana.yml (limited to 'playbooks') diff --git a/playbooks/grafana.yml b/playbooks/grafana.yml new file mode 100644 index 0000000..5c3de4e --- /dev/null +++ b/playbooks/grafana.yml @@ -0,0 +1,13 @@ + +# network ~~ playbooks/network.yml +# common network configuration + +--- + +- hosts: servers + roles: + - { role: prometheus } + +- hosts: vm1 + roles: + - { role: grafana } -- cgit v1.2.3