]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-01.rb
Allow taginfo to set PASSENGER_INSTANCE_REGISTRY_DIR
[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     :interfaces => {
7       :external_ipv4 => {
8         :interface => "em1",
9         :role => :external,
10         :family => :inet,
11         :address => "140.211.167.104",
12         :prefix => "28",
13         :gateway => "140.211.167.97"
14       },
15       :external_ipv6 => {
16         :interface => "em1",
17         :role => :external,
18         :family => :inet6,
19         :address => "2605:bc80:3010:700::8cde:a768"
20       }
21     }
22   }
23 )
24
25 run_list(
26   "role[osuosl]",
27   "role[hp-dl360-g6]",
28   "role[taginfo]"
29 )