]> git.openstreetmap.org Git - chef.git/blob - roles/paulla.rb
Set location for UK tile cache
[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   :location => "Pau, France",
12   :munin => {
13     :allow => ["10.64.1.11"]
14   },
15   :networking => {
16     :nameservers => ["10.64.1.42", "194.167.156.13", "10.64.1.3"],
17     :roles => {
18       :external => {
19         :zone => "pa"
20       }
21     }
22   }
23 )
24
25 override_attributes(
26   :ntp => {
27     :servers => ["cannelle.paulla.asso.fr"]
28   }
29 )
30
31 run_list(
32   "role[fr]"
33 )