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