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