Create `base` role and `prometheus` role.
This commit is contained in:
parent
057b7fa979
commit
8dc77210ac
|
@ -5,4 +5,4 @@ include_recipe '../cookbooks/monit/default.rb'
|
||||||
include_recipe '../cookbooks/consul/default.rb'
|
include_recipe '../cookbooks/consul/default.rb'
|
||||||
include_recipe '../cookbooks/fzf/default.rb'
|
include_recipe '../cookbooks/fzf/default.rb'
|
||||||
include_recipe '../cookbooks/promtail/default.rb'
|
include_recipe '../cookbooks/promtail/default.rb'
|
||||||
include_recipe '../cookbooks/prometheus/default.rb'
|
include_recipe '../cookbooks/prometheus-exporters/default.rb'
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
include_recipe '../cookbooks/prometheus/default.rb'
|
||||||
|
include_recipe '../cookbooks/grafana/default.rb'
|
||||||
|
include_recipe '../cookbooks/loki/default.rb'
|
Loading…
Reference in New Issue