]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-01.rb
Enable netplan for French tile caches
[chef.git] / roles / stormfly-01.rb
1 name "stormfly-01"
2 description "Master role applied to stormfly-01"
3
4 default_attributes(
5   :networking => {
6     :netplan => true,
7     :interfaces => {
8       :external_ipv4 => {
9         :interface => "em1",
10         :role => :external,
11         :family => :inet,
12         :address => "140.211.167.104"
13       },
14       :external_ipv6 => {
15         :interface => "em1",
16         :role => :external,
17         :family => :inet6,
18         :address => "2605:bc80:3010:700::8cde:a768"
19       }
20     }
21   }
22 )
23
24 run_list(
25   "role[osuosl]",
26   "role[hp-dl360-g6]",
27   "role[taginfo]"
28 )