cookbook 'zerigo', '= 0.1.0', :supermarket
zerigo (2) Versions 0.1.0 Follow0
Provides zerigo LWRPs
cookbook 'zerigo', '= 0.1.0'
knife supermarket install zerigo
knife supermarket download zerigo
Description
Provides a LWRP that allows interaction with the Zerigo DNS service.
Requirements
A Zerigo account.
Installation
- Install the github cookbooks knife plugin (https://github.com/websterclay/knife-github-cookbooks).
-
Install the zerigo cookbook:
$ knife cookbook github install threetee/chef-cookbook-zerigo
Usage
include_recipe "zerigo"
zerigo_zone "create a zone" do
domain "test.com"
email "hostmaster@test.com"
zerigo_email "zerigo-account@somewhere.com"
zerigo_token "zerigo_api_token"
action :create
end
zerigo_record "create a record" do
name "test"
value "16.8.4.2"
type "A"
zone_id "test.com" # Zerigo-hosted domain name
zerigo_email "zerigo-account@somewhere.com"
zerigo_token "zerigo_api_token"
action :create
end
Credits
Inspired by https://github.com/heavywater/community-cookbooks/tree/master/route53.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.