]> git.openstreetmap.org Git - chef.git/blob - roles/paulla.rb
Reduce memory cache size on jakelong
[chef.git] / roles / paulla.rb
1 name "paulla"
2 description "Role applied to all servers at PauLLA"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :redfox => { :status => :administrator },
8       :jpcw => { :status => :administrator }
9     }
10   },
11   :hosted_by => "Université de Pau et des Pays de l'Adour",
12   :location => "Pau, France",
13   :munin => {
14     :allow => ["10.64.1.11"]
15   },
16   :networking => {
17     :nameservers => ["10.64.1.42", "194.167.156.13", "10.64.1.3"],
18     :roles => {
19       :external => {
20         :zone => "pa"
21       }
22     }
23   }
24 )
25
26 override_attributes(
27   :ntp => {
28     :servers => ["cannelle.paulla.asso.fr"]
29   }
30 )
31
32 run_list(
33   "role[fr]"
34 )