projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Switch to emergency frontend only setup
[chef.git]
/
roles
/
spike-02.rb
1
name "spike-02"
2
description "Master role applied to spike-02"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:external_ipv4 => {
8
:interface => "eth1",
9
:role => :external,
10
:family => :inet,
11
:address => "193.63.75.100",
12
:hwaddress => "00:1b:78:04:a5:5a"
13
},
14
:external_ipv6 => {
15
:interface => "eth1",
16
:role => :external,
17
:family => :inet6,
18
:address => "2001:630:12:500:219:bbff:fe39:3d9e",
19
:hwaddress => "00:1b:78:04:a5:5a"
20
}
21
}
22
}
23
)
24
25
run_list(
26
"role[ic]",
27
"role[hp-g6]",
28
"role[web-frontend]"
29
)