]> git.openstreetmap.org Git - chef.git/blob - roles/firefishynet.rb
nominatim: increase number of tracked connections
[chef.git] / roles / firefishynet.rb
1 name "firefishynet"
2 description "Role applied to all servers at Firefishy"
3
4 default_attributes(
5   :networking => {
6     :nameservers => ["8.8.8.8", "8.8.4.4"],
7     :roles => {
8       :internal => {
9         :inet => {
10           :prefix => "24",
11           :gateway => "10.89.121.1"
12         }
13       }
14     }
15   }
16 )
17
18 run_list(
19   "role[gb]"
20 )