]> git.openstreetmap.org Git - chef.git/blob - roles/prgmr.rb
Tune firewall connection tracking for nominatim
[chef.git] / roles / prgmr.rb
1 name "prgmr"
2 description "Role applied to all servers at prgmr.com"
3
4 default_attributes(
5   :networking => {
6     :nameservers => [ "8.8.4.4", "65.19.174.2", "65.19.175.2" ],
7     :roles => {
8       :external => {
9         :zone => "pr"
10       }
11     }
12   }
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org" ]
18   }
19 )
20
21 run_list(
22   "role[us]"
23 )