]> git.openstreetmap.org Git - chef.git/blob - roles/grnet.rb
Add vespucci repo
[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     :roles => {
18       :external => {
19         :zone => "grn"
20       }
21     }
22   }
23 )
24
25 override_attributes(
26   :ntp => {
27     :servers => ["0.gr.pool.ntp.org", "1.gr.pool.ntp.org", "europe.pool.ntp.org"]
28   }
29 )
30
31 run_list(
32   "role[gr]"
33 )