]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
Add role for kessie
[chef.git] / roles / exonetric.rb
1 name "exonetric"
2 description "Role applied to all servers at Exonetric"
3
4 default_attributes(
5   :networking => {
6     :roles => {
7       :external => {
8         :zone => "ex"
9       }
10     }
11   }
12 )
13
14 run_list(
15   "role[gb]"
16 )