projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for konqi
[chef.git]
/
roles
/
euserv.rb
1
name "euserv"
2
description "Role applied to all servers at EUserv"
3
4
default_attributes(
5
:networking => {
6
:nameservers => [
7
"85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61"
8
],
9
:roles => {
10
:external => {
11
:zone => "es"
12
}
13
}
14
}
15
)
16
17
override_attributes(
18
:ntp => {
19
:servers => [ "0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org" ]
20
}
21
)
22
23
run_list(
24
"role[de]"
25
)