projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
886e5f611e6f118d0a3a54f67b6d0f3593ebe39f
[chef.git]
/
roles
/
tiamat-23.rb
1
name "tiamat-23"
2
description "Master role applied to tiamat-23"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:internal_ipv4 => {
8
:interface => "enp1s0.2801",
9
:role => :internal,
10
:family => :inet,
11
:address => "10.0.0.51"
12
},
13
:external_ipv4 => {
14
:interface => "enp1s0.2800",
15
:role => :external,
16
:family => :inet,
17
:address => "193.60.236.51"
18
}
19
}
20
}
21
)
22
23
run_list(
24
"role[ucl]"
25
)