projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c69d3d
)
Add config for internal interface on yevaud
author
Tom Hughes
<tom@compton.nu>
Wed, 7 Dec 2016 08:47:19 +0000
(08:47 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 7 Dec 2016 08:47:19 +0000
(08:47 +0000)
roles/yevaud.rb
patch
|
blob
|
history
diff --git
a/roles/yevaud.rb
b/roles/yevaud.rb
index 498c3b64107b905d13cf4dceee147d2ec445a516..fe8577d2cd1dc04355d7a9196a5e49e8b6b7ab75 100644
(file)
--- a/
roles/yevaud.rb
+++ b/
roles/yevaud.rb
@@
-66,6
+66,12
@@
default_attributes(
},
:networking => {
:interfaces => {
+ :internal_ipv4 => {
+ :interface => "eth0",
+ :role => :internal,
+ :family => :inet,
+ :address => "10.0.0.15"
+ },
:external_ipv4 => {
:interface => "eth1",
:role => :external,