]> git.openstreetmap.org Git - chef.git/blob - roles/racs.rb
Increase the apache MaxClients value for nominatim
[chef.git] / roles / racs.rb
1 name "racs"
2 description "Role applied to all servers at Roy Adams Computer Services"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :kamy => { :status => :administrator }
8     }
9   },
10   :networking => {
11     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
12     :roles => {
13       :external => {
14         :zone => "ra"
15       }
16     }
17   }
18 )
19
20 override_attributes(
21   :ntp => {
22     :servers => [ "0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org" ]
23   }
24 )
25
26 run_list(
27   "role[au]"
28 )