]> git.openstreetmap.org Git - chef.git/blob - roles/aarnet.rb
Imagery: fix typo on listen
[chef.git] / roles / aarnet.rb
1 name "aarnet"
2 description "Role applied to all servers at AARNet"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :chm => { :status => :administrator },
8       :bclifford => { :status => :administrator }
9     }
10   },
11   :hosted_by => "AARNet",
12   :location => "Carlton, Victoria, Australia",
13   :networking => {
14     :nameservers => ["202.158.207.1", "202.158.207.2"]
15   }
16 )
17
18 override_attributes(
19   :ntp => {
20     :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
21   }
22 )
23
24 run_list(
25   "role[au]"
26 )