projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add role for ascalon
[chef.git]
/
roles
/
netalerts.rb
1
name "netalerts"
2
description "Role applied to all servers at NetAlerts"
3
4
default_attributes(
5
:hosted_by => "NetAlerts",
6
:location => "Montréal, Canada",
7
:networking => {
8
:nameservers => [
9
"209.172.41.202",
10
"209.172.41.200"
11
],
12
:roles => {
13
:external => {
14
:zone => "na"
15
}
16
}
17
}
18
)
19
20
override_attributes(
21
:ntp => {
22
:servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "america.pool.ntp.org"]
23
}
24
)
25
26
run_list(
27
"role[ca]"
28
)