]> git.openstreetmap.org Git - chef.git/blob - roles/prometheus.rb
8828a40e51d40bb7dc3128e0a088004cf4defb38
[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 )