]> git.openstreetmap.org Git - chef.git/blob - roles/paulla.rb
Add role for firnen
[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 )
17
18 override_attributes(
19   :networking => {
20     :nameservers => ["10.64.1.42", "194.167.156.13", "10.64.1.3"]
21   },
22   :ntp => {
23     :servers => ["cannelle.paulla.asso.fr"]
24   }
25 )
26
27 run_list(
28   "role[fr]"
29 )