X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/804dd139d1914cbd7245392e1a85d993421ac9a6..dbfe66d5c438af1b566ace0704631f40ae7cc050:/roles/ucl-wates.rb diff --git a/roles/ucl-wates.rb b/roles/ucl-wates.rb new file mode 100644 index 000000000..c571bf61f --- /dev/null +++ b/roles/ucl-wates.rb @@ -0,0 +1,13 @@ +name "ucl-wates" +description "Role applied to all servers at UCL which are in Wates House" + +override_attributes( + :networking => { + :nameservers => [ "10.0.0.3", "8.8.8.8", "8.8.4.4" ], + :search => [ "ucl.openstreetmap.org", "openstreetmap.org" ] + } +) + +run_list( + "role[ucl]" +)