]> git.openstreetmap.org Git - chef.git/blob - roles/blix.rb
Tile: Switch ridgeback to orm
[chef.git] / roles / blix.rb
1 name "blix"
2 description "Role applied to all servers at Blix"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :blixadmin => { :status => :administrator }
8     }
9   },
10   :networking => {
11     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
12     :roles => {
13       :external => {
14         :zone => "bx"
15       }
16     }
17   }
18 )