projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for fume
[chef.git]
/
roles
/
fume.rb
1
name "fume"
2
description "Master role applied to fume"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:external_ipv4 => {
8
:interface => "ens3",
9
:role => :external,
10
:family => :inet,
11
:address => "147.228.60.16",
12
:prefix => "24",
13
:gateway => "147.228.60.1"
14
}
15
}
16
}
17
)
18
19
run_list(
20
"role[zcu]"
21
)