projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a47c36
)
Add IPV6 address for naga
author
Tom Hughes
<tom@compton.nu>
Fri, 8 Feb 2019 10:16:14 +0000
(10:16 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 8 Feb 2019 10:16:14 +0000
(10:16 +0000)
roles/naga.rb
patch
|
blob
|
history
diff --git
a/roles/naga.rb
b/roles/naga.rb
index 8045a51f0764d9def8b724b3d4c3d464f6132723..00ee1e368d419ad953711a552f4dbbb109e8f2fa 100644
(file)
--- a/
roles/naga.rb
+++ b/
roles/naga.rb
@@
-11,6
+11,14
@@
default_attributes(
:address => "185.216.27.232",
:prefix => "24",
:gateway => "185.216.27.253"
+ },
+ :external_ipv6 => {
+ :interface => "ens18",
+ :role => :external,
+ :family => :inet6,
+ :address => "2a07:abc4:5::27:244",
+ :prefix => "24",
+ :gateway => "fe80::20c:29ff:fe4d:941b"
}
}
},