Skip to content

Instantly share code, notes, and snippets.

@sud0n1m
Created April 9, 2010 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sud0n1m/361606 to your computer and use it in GitHub Desktop.
Save sud0n1m/361606 to your computer and use it in GitHub Desktop.
dns_provider: zerigo
zerigo:
customer_id: xxxx
email: xxx@xxx.com
token: xxxxx
type: A
ttl: 300
dns_records:
- host: "#{(RUBBER_ENV == 'production') ? '' : 'www-' + (RUBBER_ENV || 'default')}"
domain: streetappschallenge.com
data: "#{rubber_instances.for_role('web').first.external_ip}"
type: A
ttl: 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment