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