Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

bind9-easy (5) Versions 0.1.0

Installs and autoconfigures bind9 nameserver

Policyfile
Berkshelf
Knife
cookbook 'bind9-easy', '= 0.1.0', :supermarket
cookbook 'bind9-easy', '= 0.1.0'
knife supermarket install bind9-easy
knife supermarket download bind9-easy
README
Dependencies
Quality -%

https://github.com/computerlyrik/chef-bind9-easy

Description

Autoconfigures bind9 Server the easy way.

Never update your ID again!

Implements a Zone LWRP searching chef and using user input to find all clients.

Supports
- Forwarders
- Transfer servers
- Custom zone entries
- Reverse zones

Requirements

I am running on an ubuntu server - please report other platforms!

Attributes

List of forwarders where requests should be forwarded to.
ruby
default['bind']['forward'] = Array.new

List of servers where zone updates should be transferred to.
ruby
default['bind']['transfer'] = Array.new

Usage

Most complex setup:
```ruby
bind9_easy_zone "example.com" do
email "hostmaster.example.com" #convert your emailaddress-@ into a .
nameserver nses
hosts ({
"@" => "192.168.178.10",
"not-a-chef-client" => "192.168.178.250", #results in a A record
"my-hot-box" => "not-a-chef-client" #results in a CNAME record
})
mailserver "mail.example.com"
xmpp "xmpp.example.com"
end

node.set['bind']['transfer'] = ["192.168.178.1","192.168.178.2"]
node.set['bind']['forward'] = ["172.0.0.1", "4.2.2.4"]

include_recipe "bind9"
```

Make sure to set up all zones, before calling the recipe.
Recipe writes named.conf.local and makes zones known to bind.

See resources/zone.rb for more zone-file attributes for bind9_easy_zone

Ideas/TODO

  • Add NS slave recipe
  • Add ipv6

Contact

see metadata.rb

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found