projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge duplicate hash entries
[chef.git]
/
roles
/
osuosl.rb
1
name "osuosl"
2
description "Role applied to all servers at OSUOSL"
3
4
default_attributes(
5
:networking => {
6
:nameservers => [ "8.8.8.8", "8.8.4.4" ],
7
:roles => {
8
:external => {
9
:zone => "ool",
10
:inet => {
11
:prefix => "28",
12
:gateway => "140.211.167.97"
13
}
14
}
15
}
16
}
17
)
18
19
override_attributes(
20
:ntp => {
21
:servers => [ "ntp.osuosl.org" ]
22
}
23
)
24
25
run_list(
26
"role[us]"
27
)