projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Start serial terminal on S0 for machines at Bytemark
[chef.git]
/
roles
/
kessie.rb
1
name "kessie"
2
description "Master role applied to kessie"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:external_ipv4 => {
8
:interface => "em1",
9
:role => :external,
10
:family => :inet,
11
:address => "178.250.74.36",
12
:hwaddress => "d8:d3:85:5d:87:5e"
13
}
14
}
15
}
16
)
17
18
run_list(
19
"role[exonetric]",
20
"role[hp-dl180-g6]",
21
"role[imagery]"
22
)