projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reverse order of Bytemark nameservers
[chef.git]
/
roles
/
bytemark.rb
1
name "bytemark"
2
description "Role applied to all servers at Bytemark"
3
4
default_attributes(
5
:networking => {
6
:nameservers => [ "[2001:41c8:2::2]", "[2001:41c8:2::1]", "80.68.80.25", "80.68.80.24" ],
7
:roles => {
8
:external => {
9
:zone => "bm"
10
}
11
}
12
}
13
)
14
15
override_attributes(
16
:ntp => {
17
:servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ]
18
}
19
)
20
21
run_list(
22
"role[gb]"
23
)