Create `base` role and `prometheus` role.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-12 23:40:08 +09:00
parent 057b7fa979
commit 8dc77210ac
2 changed files with 4 additions and 1 deletions

View File

@ -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'

3
roles/prometheus.rb Normal file
View File

@ -0,0 +1,3 @@
include_recipe '../cookbooks/prometheus/default.rb'
include_recipe '../cookbooks/grafana/default.rb'
include_recipe '../cookbooks/loki/default.rb'