]> git.openstreetmap.org Git - chef.git/blob - roles/grnet.rb
Spin up memcached on the web frontends
[chef.git] / roles / grnet.rb
1 name "grnet"
2 description "Role applied to all servers at GRNET"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :grnet => { :status => :administrator }
8     }
9   },
10   :hosted_by => "GRNET",
11   :location => "Athens, Greece",
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.gr.pool.ntp.org", "1.gr.pool.ntp.org", "europe.pool.ntp.org"]
23   }
24 )
25
26 run_list(
27   "role[gr]"
28 )