]> git.openstreetmap.org Git - chef.git/blob - roles/g5solutions.rb
Drop the poldi role
[chef.git] / roles / g5solutions.rb
1 name "g5solutions"
2 description "Role applied to all servers at G5 Solutions"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :g5team => { :status => :administrator }
8     }
9   },
10   :hosted_by => "G5 Solutions",
11   :location => "Indonesia",
12   :networking => {
13     :nameservers => [
14       "8.8.8.8",
15       "8.8.4.4"
16     ],
17     :roles => {
18       :external => {
19         :zone => "g5s"
20       }
21     }
22   }
23 )
24
25 override_attributes(
26   :ntp => {
27     :servers => ["0.id.pool.ntp.org", "1.id.pool.ntp.org", "asia.pool.ntp.org"]
28   }
29 )
30
31 run_list(
32   "role[id]"
33 )