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