]> git.openstreetmap.org Git - chef.git/blob - roles/teraswitch.rb
Remove RRD dumps from Munin server
[chef.git] / roles / teraswitch.rb
1 name "teraswitch"
2 description "Role applied to all servers at TeraSwitch Networks"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :sysadmin => { :status => :administrator }
8     }
9   },
10   :hosted_by => "TeraSwitch Networks",
11   :location => "Pittsburgh, Pennsylvania",
12   :networking => {
13     :nameservers => [
14       "1.1.1.1",
15       "8.8.8.8"
16     ],
17     :roles => {
18       :external => {
19         :zone => "osm"
20       }
21     }
22   }
23 )
24
25 override_attributes(
26   :ntp => {
27     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "america.pool.ntp.org"]
28   }
29 )
30
31 run_list(
32   "role[us]"
33 )