cookbook 'radvd', '= 0.0.1'
radvd (2) Versions 0.0.1 Follow0
Installs/Configures radvd
cookbook 'radvd', '= 0.0.1', :supermarket
knife supermarket install radvd
knife supermarket download radvd
radvd-cookbook
This cookbook installs radvd to configure IPv6 route advertisement
Supported Platforms
Debian 8
Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['radvd']['interface']</tt></td>
<td>String</td>
<td>Interface to advertise on</td>
<td><tt>eth0</tt></td>
</tr>
<tr>
<td><tt>['radvd']['interface_options']</tt></td>
<td>Hash</td>
<td>Key/value pairs of interface options</td>
<td><tt>{"AdvSendAdvert": "on"}</tt></td>
</tr>
<tr>
<td><tt>['radvd']['prefixes']</tt></td>
<td>Hash</td>
<td>Key/value pairs. Key is the prefix, value is a hash of options</td>
<td><tt>{}</tt></td>
</tr>
</table>
Usage
radvd::default
Include radvd
in your node's run_list
:
{ "run_list": [ "recipe[radvd::default]" ] }
Authors
Bryan Alves (bryanalves@gmail.com)
Dependent cookbooks
sysctl ~> 0.7.5 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.0.1
Initial release of radvd
Foodcritic Metric
0.0.1 passed this metric
0.0.1 passed this metric