]> git.openstreetmap.org Git - chef.git/blob - roles/jump.rb
Increase replication slots
[chef.git] / roles / jump.rb
1 name "jump"
2 description "Role applied to all servers at Jump Networks"
3
4 default_attributes(
5   :hosted_by => "Jump Networks",
6   :location => "London, England"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["185.73.44.3", "2001:ba8:0:2c02::", "2001:ba8:0:2c03::", "2001:ba8:0:2c04::"]
12   },
13   :ntp => {
14     :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[gb]"
20 )