]> git.openstreetmap.org Git - chef.git/blob - roles/tetaneutral.rb
Spin up memcached on the web frontends
[chef.git] / roles / tetaneutral.rb
1 name "tetaneutral"
2 description "Role applied to all servers at Tetaneutral.net"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :tetaneutral => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Tetaneutral.net",
11   :location => "Toulouse, France",
12   :networking => {
13     :nameservers => [
14       "8.8.8.8",
15       "8.8.4.4"
16     ]
17   }
18 )
19
20 override_attributes(
21   :ntp => {
22     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
23   }
24 )
25
26 run_list(
27   "role[fr]"
28 )