projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Start serial terminal on S0 for machines at Bytemark
[chef.git]
/
roles
/
exonetric.rb
1
name "exonetric"
2
description "Role applied to all servers at Exonetric"
3
4
default_attributes(
5
:accounts => {
6
:users => {
7
:hatter => { :status => :administrator }
8
}
9
},
10
:hosted_by => "Exonetric",
11
:location => "London, England",
12
:networking => {
13
:nameservers => ["8.8.8.8", "8.8.4.4"],
14
:roles => {
15
:external => {
16
:zone => "ex",
17
:inet => {
18
:prefix => "28",
19
:gateway => "178.250.74.33"
20
}
21
}
22
}
23
}
24
)
25
26
run_list(
27
"role[gb]"
28
)