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