X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..1a1b82f02357f19b9b953f1264c7ea3587c74568:/roles/ucl-wolfson.rb diff --git a/roles/ucl-wolfson.rb b/roles/ucl-wolfson.rb new file mode 100644 index 000000000..882621d0d --- /dev/null +++ b/roles/ucl-wolfson.rb @@ -0,0 +1,27 @@ +name "ucl-wolfson" +description "Role applied to all servers at UCL which are in Wolfson House" + +default_attributes( + :networking => { + :roles => { + :external => { + :zone => "ucl", + :inet => { + :prefix => "27", + :gateway => "128.40.45.222" + } + } + } + } +) + +override_attributes( + :networking => { + :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :search => [ "openstreetmap.org" ] + } +) + +run_list( + "role[ucl]" +)