]> git.openstreetmap.org Git - chef.git/blob - roles/ucl-external.rb
Setup mail handling for crm.osmfoundation.org
[chef.git] / roles / ucl-external.rb
1 name "ucl-external"
2 description "Role applied to all servers at UCL which are only on the external LAN"
3
4 default_attributes(
5   :networking => {
6     :nameservers => [ "128.40.168.102", "8.8.8.8", "8.8.4.4" ]
7   }
8 )
9
10 run_list(
11   "role[ucl]"
12 )