]> git.openstreetmap.org Git - chef.git/blob - roles/zcu.rb
Ignore some unconnected IPMI fan sensors
[chef.git] / roles / zcu.rb
1 name "zcu"
2 description "Role applied to all servers at University of West Bohemia"
3
4 default_attributes(
5   :hosted_by => "University of West Bohemia",
6   :location => "Pilsen, Czech Republic"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["147.228.3.3", "147.228.52.11"]
12   },
13   :ntp => {
14     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[cz]"
20 )