]> git.openstreetmap.org Git - chef.git/blob - roles/ucl-internal.rb
yevaud: SSD scheduler to deadline
[chef.git] / roles / ucl-internal.rb
1 name "ucl-internal"
2 description "Role applied to all servers at UCL which are on the internal LAN"
3
4 override_attributes(
5   :networking => {
6     :nameservers => [ "10.0.0.3", "8.8.8.8", "8.8.4.4" ],
7     :search => [ "ucl.openstreetmap.org", "openstreetmap.org" ]
8   }
9 )
10
11 run_list(
12   "role[ucl]"
13 )