projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31bdc1
)
Configure IPv6 address for Russian tile cache
author
Tom Hughes
<tom@compton.nu>
Thu, 19 Nov 2015 17:34:43 +0000
(17:34 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 19 Nov 2015 17:34:43 +0000
(17:34 +0000)
roles/gorynych.rb
patch
|
blob
|
history
diff --git
a/roles/gorynych.rb
b/roles/gorynych.rb
index 4bccc2a912ab395aa6b120257a7c15ea4aaf9f07..101e9d083004ed7dad10902809e03bf49cc6b3ba 100644
(file)
--- a/
roles/gorynych.rb
+++ b/
roles/gorynych.rb
@@
-21,6
+21,14
@@
default_attributes(
:address => "130.193.62.73",
:prefix => "29",
:gateway => "130.193.62.78"
+ },
+ :external_ipv6 => {
+ :interface => "eth1",
+ :role => :external,
+ :family => :inet6,
+ :address => "2a02:6b8:b010:5065::a001",
+ :prefix => "64",
+ :gateway => "2a02:6b8:b010:5065::1"
}
}
},