projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for odin
[chef.git]
/
roles
/
dotsrc.rb
1
name "dotsrc"
2
description "Role applied to all servers at dotsrc.org"
3
4
default_attributes(
5
:hosted_by => "dotsrc.org",
6
:location => "Aalborg, Denmark",
7
:networking => {
8
:nameservers => [
9
"130.226.1.2",
10
"130.226.255.53",
11
"2001:878:0:100::2"
12
],
13
:roles => {
14
:external => {
15
:zone => "ds"
16
}
17
}
18
}
19
)
20
21
override_attributes(
22
:ntp => {
23
:servers => ["0.dk.pool.ntp.org", "1.dk.pool.ntp.org", "europe.pool.ntp.org"]
24
}
25
)
26
27
run_list(
28
"role[dk]"
29
)