projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f0492ad50fa84c3f76b94c12117e3e96445f54a2
[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
)