projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c25793648a3425f62724f3f2478adf2669bfeedf
[chef.git]
/
roles
/
noquiklos.rb
1
name "noquiklos"
2
description "Master role applied to noquiklos"
3
4
default_attributes(
5
:chef => {
6
:client => {
7
:version => "12.1.2-1"
8
}
9
},
10
:networking => {
11
:interfaces => {
12
:internal_ipv4 => {
13
:interface => "eth0",
14
:role => :internal,
15
:family => :inet,
16
:address => "10.0.0.13"
17
},
18
:external_ipv4 => {
19
:interface => "eth1",
20
:role => :external,
21
:family => :inet,
22
:address => "128.40.45.201"
23
}
24
}
25
}
26
)
27
28
run_list(
29
"role[ucl-wolfson]",
30
"role[hp-g6]",
31
"role[gps-tile]"
32
)