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'