]> git.openstreetmap.org Git - chef.git/blob - roles/carnet.rb
Reduce squid cache memory on viserion
[chef.git] / roles / carnet.rb
1 name "carnet"
2 description "Role applied to all servers at CARNet"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :hbogner => { :status => :administrator }
8     }
9   },
10   :hosted_by => "CARNet",
11   :networking => {
12     :roles => {
13       :external => {
14         :zone => "cnt"
15       }
16     }
17   }
18 )
19
20 override_attributes(
21   :ntp => {
22     :servers => ["0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org"]
23   }
24 )
25
26 run_list(
27   "role[hr]"
28 )