]> git.openstreetmap.org Git - chef.git/blob - roles/ucl-wolfson.rb
set owner/group for php-fpm sockets
[chef.git] / roles / ucl-wolfson.rb
1 name "ucl-wolfson"
2 description "Role applied to all servers at UCL which are in Wolfson House"
3
4 default_attributes(
5   :networking => {
6     :roles => {
7       :external => {
8         :zone => "ucl",
9         :inet => {
10           :prefix => "27",
11           :gateway => "128.40.45.222"
12         }
13       }
14     }
15   }
16 )
17
18 override_attributes(
19   :networking => {
20     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
21     :search => [ "openstreetmap.org" ]
22   }
23 )
24
25 run_list(
26   "role[ucl]"
27 )