projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dcf4f
)
Add IPv6 address for pyrene
author
Tom Hughes
<tom@compton.nu>
Mon, 17 Sep 2018 23:22:03 +0000
(
00:22
+0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 17 Sep 2018 23:24:05 +0000
(
00:24
+0100)
roles/pyrene.rb
patch
|
blob
|
history
diff --git
a/roles/pyrene.rb
b/roles/pyrene.rb
index e9d7f02dae4c819307ae9e542c98ca5175a07687..8b51e658c1762c00bfca56cf88f5dde85d956888 100644
(file)
--- a/
roles/pyrene.rb
+++ b/
roles/pyrene.rb
@@
-22,6
+22,12
@@
default_attributes(
:address => "140.211.15.29",
:prefix => "24",
:gateway => "140.211.15.1"
+ },
+ :external_ipv6 => {
+ :interface => "eno1",
+ :role => :external,
+ :family => :inet6,
+ :address => "2605:bc80:3010:700::8cd3:0f1d"
}
}
},