]> git.openstreetmap.org Git - chef.git/blob - roles/greenmini.rb
nominatim: increase number of tracked connections
[chef.git] / roles / greenmini.rb
1 name "greenmini"
2 description "Role applied to all servers at greenminihost"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :joris => { :status => :administrator }
8     }
9   },
10   :hosted_by => "greenminihost",
11   :location => "Dronten, Netherlands",
12   :networking => {
13     :nameservers => [
14       "45.148.169.130",
15       "185.200.102.102",
16       "2a0a:aa42:222:2500::2500",
17       "2a0a:aa42:321:2000::53"
18     ]
19   }
20 )
21
22 override_attributes(
23   :ntp => {
24     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
25   }
26 )
27
28 run_list(
29   "role[nl]"
30 )