]> git.openstreetmap.org Git - chef.git/blob - roles/bowser.rb
Revert "tilecache: increase bandwidth allowance"
[chef.git] / roles / bowser.rb
1 name "bowser"
2 description "Master role applied to bowser"
3
4 default_attributes(
5   :location => "Carlton, Victoria, Australia",
6   :networking => {
7     :interfaces => {
8       :external_ipv4 => {
9         :interface => "bond0",
10         :role => :external,
11         :family => :inet,
12         :address => "138.44.68.106",
13         :prefix => "30",
14         :gateway => "138.44.68.105",
15         :bond => {
16           :slaves => %w[ens14f0 ens14f1]
17         }
18       }
19     },
20     :nameservers => [
21       "202.158.207.1",
22       "202.158.207.2"
23     ]
24   }
25 )
26
27 run_list(
28   "role[aarnet]"
29 )