]> git.openstreetmap.org Git - chef.git/blob - roles/toothless.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / toothless.rb
1 name "toothless"
2 description "Master role applied to toothless"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth0",
9         :role => :external,
10         :family => :inet,
11         :address => "185.73.44.167",
12         :prefix => "22",
13         :gateway => "185.73.44.1"
14       },
15       :external_ipv6 => {
16         :interface => "eth0",
17         :role => :external,
18         :family => :inet6,
19         :address => "2001:ba8:0:2ca7::",
20         :prefix => "64",
21         :gateway => "fe80::fcff:ffff:feff:ffff"
22       }
23     }
24   }
25 )
26
27 run_list(
28   "role[jump]"
29 )