]> git.openstreetmap.org Git - chef.git/blob - roles/blix.rb
Add one more host
[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   :hosted_by => "Blix Solutions",
11   :networking => {
12     :nameservers => ["8.8.8.8", "8.8.4.4"],
13     :roles => {
14       :external => {
15         :zone => "bx"
16       }
17     }
18   }
19 )