]> git.openstreetmap.org Git - chef.git/blob - roles/takhisis.rb
Update piwik to 4.6.1
[chef.git] / roles / takhisis.rb
1 name "takhisis"
2 description "Master role applied to takhisis"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "ens18",
9         :role => :external,
10         :family => :inet,
11         :address => "31.3.110.20",
12         :prefix => "24",
13         :gateway => "31.3.110.1"
14       },
15       :external_ipv6 => {
16         :interface => "ens18",
17         :role => :external,
18         :family => :inet6,
19         :address => "2a03:7900:111:0:31:3:110:20",
20         :prefix => "64",
21         :gateway => "fe80::225:90ff:fe5d:c1e1"
22       }
23     }
24   }
25 )
26
27 run_list(
28   "role[tuxis]"
29 )