From 8dc77210ac00a393442fd68a9f1157a5e4d54906 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Mon, 12 Oct 2020 23:40:08 +0900 Subject: [PATCH] Create `base` role and `prometheus` role. --- roles/base.rb | 2 +- roles/prometheus.rb | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 roles/prometheus.rb diff --git a/roles/base.rb b/roles/base.rb index dc38639..ca8f14e 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -5,4 +5,4 @@ include_recipe '../cookbooks/monit/default.rb' include_recipe '../cookbooks/consul/default.rb' include_recipe '../cookbooks/fzf/default.rb' include_recipe '../cookbooks/promtail/default.rb' -include_recipe '../cookbooks/prometheus/default.rb' +include_recipe '../cookbooks/prometheus-exporters/default.rb' diff --git a/roles/prometheus.rb b/roles/prometheus.rb new file mode 100644 index 0000000..372fdc0 --- /dev/null +++ b/roles/prometheus.rb @@ -0,0 +1,3 @@ +include_recipe '../cookbooks/prometheus/default.rb' +include_recipe '../cookbooks/grafana/default.rb' +include_recipe '../cookbooks/loki/default.rb'