projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename the ucl-internal role to ucl-wates
[chef.git]
/
roles
/
ascalon.rb
1
name "ascalon"
2
description "Master role applied to ascalon"
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.18"
12
}
13
}
14
},
15
:accounts => {
16
:users => {
17
:emacsen => { :status => :administrator }
18
}
19
}
20
)
21
22
run_list(
23
"role[ucl-wates]",
24
"role[roundup]"
25
)