itamae/roles/base.rb

9 lines
389 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
include_recipe '../cookbooks/base/default.rb'
include_recipe '../cookbooks/kazu634/default.rb'
include_recipe '../cookbooks/supervisor/default.rb'
include_recipe '../cookbooks/monit/default.rb'
include_recipe '../cookbooks/consul/default.rb'
2019-08-10 11:11:10 +00:00
include_recipe '../cookbooks/fzf/default.rb'
2020-08-31 16:45:18 +00:00
include_recipe '../cookbooks/promtail/default.rb'
2019-03-03 08:50:49 +00:00
include_recipe '../cookbooks/prometheus/default.rb'