cookbook 'bind9', '~> 0.1.3'
bind9 (1) Versions 0.1.3 Follow8
Installs/Configures bind9
cookbook 'bind9', '~> 0.1.3', :supermarket
knife supermarket install bind9
knife supermarket download bind9
Description
This cookbook takes care of the installation and configuration of BIND9. At the moment you're able to define some global variables and to manage your zonefiles via data bags (json example below). Besides that there's not much to see, e.g. no DNSSEC, no configurable logging, no rndc shell operations and no automatic serial incrementation or other safety checks (named-checkconf, etc.).
It's my intention to round its edges over time. If you want to help feel free to contribute!
DISCLAIMER:
Please keep in mind that this cookbook is far from finished and not adequately tested. It could break your setup. Use at YOUR OWN RISK!
Requirements
Platform:
- Debian
- Ubuntu
Attributes
- node[:bind9][:enable_ipv6] - Enables BIND to listen on an IPv6 address. Default is: On
- node[:bind9][:allow_query] - Allow clients to query the nameserver. Default is: anyone
- node[:bind9][:allow_recursion] - Allow recursive name resolution. Default is: none (to prevent DNS cache poisoning)
- node[:bind9][:allow_update] - Allow dynamic DNS updates. Default is: none
- node[:bind9][:allow_transfer] - Allow zone transfers globally. Default is: none
- node[:bind9][:enable_forwarding] - Enables forwarding of requests. Default is: No forwarding
- node[:bind9][:forwarders] - Array for forwarding DNS. Default is: 4.4.4.4 and 8.8.8.8 (Google DNS)
Usage
Add "recipe[bind9]" directly to a node or a role. If you want to use BIND9 for serving domains you may add the appropriate data via data bags (example below).
Please note that the data bag's structure is mandatory except:
* TTL for DNS records (if you decide to leave it empty, the global TTL will take over)
$ knife data bag create zones
$ knife data bag create zones exampleDOTcom
$ ... do something ...
$ knife data bag from file zones exampleDOTcom.json
{
"id": "exampleDOTcom",
"domain": "example.com",
"type": "master",
"allow_transfer": [ "4.4.4.4",
"8.8.8.8" ],
"zone_info": {
"global_ttl": 300,
"soa": "ns.example.com.",
"contact": "user.example.com.",
"serial": 2011091402,
"nameserver": [ "ns.example.com",
"ns.example.net",
"ns2.example.org.",
"ns3.example.de." ],
"mail_exchange": [{
"host": "ASPMX.L.GOOGLE.COM.",
"priority": 10
},{
"host": "ALT1.ASPMX.L.GOOGLE.COM.",
"priority": 20
},{
"host": "ALT2.ASPMX.L.GOOGLE.COM.",
"priority": 20
},{
"host": "ASPMX2.GOOGLEMAIL.COM.",
"priority": 30
},{
"host": "ASPMX3.GOOGLEMAIL.COM.",
"priority": 30
},{
"host": "ASPMX4.GOOGLEMAIL.COM.",
"priority": 30
},{
"host": "ASPMX5.GOOGLEMAIL.COM.",
"priority": 30
}],
"records": [{
"name": "www",
"type": "A",
"ip": "127.0.0.1"
},{
"name": "img",
"ttl": 30,
"type": "A",
"ip": "127.0.0.1"
},{
"name": "mail",
"type": "CNAME",
"ip": "ghs.google.com."
}]
}
}
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.3 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.3 failed this metric
FC034: Unused template variables: bind9/templates/default/zonefile.erb:1
FC064: Ensure issues_url is set in metadata: bind9/metadata.rb:1
FC065: Ensure source_url is set in metadata: bind9/metadata.rb:1
FC066: Ensure chef_version is set in metadata: bind9/metadata.rb:1
FC069: Ensure standardized license defined in metadata: bind9/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.3 passed this metric
Testing File Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.3 failed this metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.3 failed this metric
FC034: Unused template variables: bind9/templates/default/zonefile.erb:1
FC064: Ensure issues_url is set in metadata: bind9/metadata.rb:1
FC065: Ensure source_url is set in metadata: bind9/metadata.rb:1
FC066: Ensure chef_version is set in metadata: bind9/metadata.rb:1
FC069: Ensure standardized license defined in metadata: bind9/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.3 passed this metric
Testing File Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.3 failed this metric
FC064: Ensure issues_url is set in metadata: bind9/metadata.rb:1
FC065: Ensure source_url is set in metadata: bind9/metadata.rb:1
FC066: Ensure chef_version is set in metadata: bind9/metadata.rb:1
FC069: Ensure standardized license defined in metadata: bind9/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.3 passed this metric
Testing File Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.3 failed this metric
0.1.3 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number