{"id":23903145,"url":"https://github.com/chef-boneyard/windows_dns","last_synced_at":"2026-05-15T11:32:48.042Z","repository":{"id":66633151,"uuid":"162171969","full_name":"chef-boneyard/windows_dns","owner":"chef-boneyard","description":"Chef cookbook for managing DNS on Windows","archived":false,"fork":false,"pushed_at":"2020-08-26T16:43:14.000Z","size":29,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-04T22:53:09.452Z","etag":null,"topics":["chef","cookbook","dns","microsoft","windows"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chef-boneyard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T18:15:54.000Z","updated_at":"2020-08-26T16:43:49.000Z","dependencies_parsed_at":"2023-03-22T05:18:02.950Z","dependency_job_id":null,"html_url":"https://github.com/chef-boneyard/windows_dns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chef-boneyard%2Fwindows_dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chef-boneyard%2Fwindows_dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chef-boneyard%2Fwindows_dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chef-boneyard%2Fwindows_dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chef-boneyard","download_url":"https://codeload.github.com/chef-boneyard/windows_dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304693,"owners_count":19780313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","cookbook","dns","microsoft","windows"],"created_at":"2025-01-04T22:52:31.977Z","updated_at":"2026-05-15T11:32:43.024Z","avatar_url":"https://github.com/chef-boneyard.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# windows_dns Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/windows_dns.svg)](https://supermarket.chef.io/cookbooks/windows_dns)\n[![Build status](https://ci.appveyor.com/api/projects/status/08ufviinkdtwi7vm/branch/master?svg=true)](https://ci.appveyor.com/project/ChefWindowsCookbooks/windows-dns/branch/master)\n\nThis cookbook provides a resource for managing DNS on Windows hosts.\n\nDEPRECATED: These resources ship in Chef Infra Client 15 or later out of the box.\n\n## Requirements\n\n### Platforms\n\n- Windows Server 2012R2\n- Windows Server 2016\n\n### Chef\n\n- Chef 13\n\n## Resources\n\n## windows_dns_record\n\nCreates a DNS record for the given domain\n\n#### Actions\n\n- :create: creates/updates the DNS entry\n- :delete: deletes the DNS entry\n\n#### Properties\n\n- `record_name` : The name of the record to create, eg: calaserver01\n- `zone` : The zone to create the record in, eg: dst.calastone.com\n- `target` : The target for the record\n- `record_type` : The type of record to create, can be either ARecord, CNAME or PTR\n\n#### Examples\n\n```ruby\n# Create CNAME record\nwindows_dns_record 'chefserver' do\n  record_type 'cname'\n  zone        'chef.local'\n  target      'web01.chef.local'\nend\n```\n\n## windows_dns_zone\n\nCreates an Active Directory Integrated DNS Zone on the local server\n\n#### Actions\n\n- :create: creates/updates the DNS Zone\n- :delete: deletes the DNS Zone\n\n#### Properties\n\n- `zone_name` : The name of the zone to create, eg: calastone.com\n- `replication_scope` : The replication scope for the zone, defaults to Domain, required for server_type Domain\n- `server_type` : The type of DNS server, Domain or Standalone\n\n#### Examples\n\n```ruby\n# Create DNS Zone\nwindows_dns_zone 'chef.local' do\n  server_type 'standalone'\nend\n```\n\n## License\n```\nCopyright 2018, Calastone Ltd.\nCopyright 2018, Chef Software, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchef-boneyard%2Fwindows_dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchef-boneyard%2Fwindows_dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchef-boneyard%2Fwindows_dns/lists"}