]> git.openstreetmap.org Git - chef.git/blob - roles/ucl.rb
Use ruby 2.3 for taginfo
[chef.git] / roles / ucl.rb
1 name "ucl"
2 description "Role applied to all servers at UCL"
3
4 default_attributes(
5   :bind => {
6     :forwarders => ["144.82.100.1", "144.82.100.41"]
7   },
8   :location => "London, England"
9 )
10
11 override_attributes(
12   :ntp => {
13     :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
14   }
15 )
16
17 run_list(
18   "role[gb]"
19 )