]> git.openstreetmap.org Git - chef.git/blob - roles/lyonix.rb
nominatim: install secondary importance file
[chef.git] / roles / lyonix.rb
1 name "lyonix"
2 description "Role applied to all servers at LyonIX"
3
4 default_attributes(
5   :hosted_by => "LyonIX",
6   :location => "Lyon, France",
7   :snmpd => {
8     :clients => ["77.95.64.0/21", "2a03:9180::/32", "2001:7f8:47::/48"],
9     :community => "lyonix",
10     :location => "LYON",
11     :contact => "sysadm@rezopole.net"
12   }
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
18   }
19 )
20
21 run_list(
22   "role[fr]",
23   "recipe[snmpd]"
24 )