]> git.openstreetmap.org Git - chef.git/blob - roles/ucl.rb
Add #osm-latam
[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 )
9
10 override_attributes(
11   :ntp => {
12     :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ]
13   }
14 )
15
16 run_list(
17   "role[gb]"
18 )