projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add network details for OSUOSL machines
[chef.git]
/
roles
/
stormfly-02.rb
1
name "stormfly-02"
2
description "Master role applied to stormfly-02"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:external_ipv4 => {
8
:interface => "eth0",
9
:role => :external,
10
:family => :inet,
11
:address => "140.211.167.105"
12
}
13
}
14
}
15
)
16
17
run_list(
18
"role[osuosl]"
19
)