]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-03.rb
Add roles for stormfly-03 and stormfly-04
[chef.git] / roles / stormfly-03.rb
1 name "stormfly-03"
2 description "Master role applied to stormfly-03"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eno1",
9         :role => :external,
10         :family => :inet,
11         :address => "140.211.167.99"
12       },
13       :external_ipv6 => {
14         :interface => "eno1",
15         :role => :external,
16         :family => :inet6,
17         :address => "2605:bc80:3010:700::8cd3:a763"
18       }
19     }
20   }
21 )
22
23 run_list(
24   "role[osuosl]"
25 )