From 642df4fb6653bd67f398a08412e77fda9b2dfe03 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 22 Jan 2021 11:46:52 +0100 Subject: Add grafana to OpenBSD cloud server --- playbooks/st0cld0.rgoncalves.se.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'playbooks') diff --git a/playbooks/st0cld0.rgoncalves.se.yml b/playbooks/st0cld0.rgoncalves.se.yml index f1eb2b8..7f4f638 100644 --- a/playbooks/st0cld0.rgoncalves.se.yml +++ b/playbooks/st0cld0.rgoncalves.se.yml @@ -6,7 +6,10 @@ - hosts: st0cld0 roles: + # common - { role: grafana } - #- { role: logstash } - - { role: jenkins } + - { role: kibana } - { role: nextcloud } + # linux only + - role: nginx + when: ansible_distribution != "OpenBSD" -- cgit v1.2.3