projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for kessie
[chef.git]
/
roles
/
exonetric.rb
1
name "exonetric"
2
description "Role applied to all servers at Exonetric"
3
4
default_attributes(
5
:networking => {
6
:roles => {
7
:external => {
8
:zone => "ex"
9
}
10
}
11
}
12
)
13
14
run_list(
15
"role[gb]"
16
)