]> git.openstreetmap.org Git - chef.git/blob - roles/twds.rb
Add roles for azure-01 and azure-02
[chef.git] / roles / twds.rb
1 name "twds"
2 description "Role applied to all servers at TWDS"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :seadog007 => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Taiwan Digital Streaming Co",
11   :location => "Taiwan"
12 )
13
14 override_attributes(
15   :ntp => {
16     :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"]
17   }
18 )
19
20 run_list(
21   "role[tw]"
22 )