]> git.openstreetmap.org Git - chef.git/blob - roles/prometheus.rb
nominatim: migrate versions before installing the software
[chef.git] / roles / prometheus.rb
1 name "prometheus"
2 description "Role applied to all prometheus servers"
3
4 default_attributes(
5   :apache => {
6     :evasive => false
7   }
8 )
9
10 run_list(
11   "recipe[awscli]",
12   "recipe[prometheus::server]",
13   "recipe[prometheus::smokeping]"
14 )