]> git.openstreetmap.org Git - chef.git/blob - roles/stormfly-01.rb
nominatim: make revision of git repo configurable
[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       }
13     }
14   }
15 )
16
17 run_list(
18   "role[osuosl]",
19   "role[hp-dl360-g6]",
20   "role[taginfo]"
21 )