Introduce DNSControl for rubyci.org and update hosts#44
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Exported the current zone as-is with dnscontrol get-zones. The API token is referenced via CLOUDFLARE_API_TOKEN environment variable. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Removed records for terminated or long-gone hosts. Most of them pointed at reused Elastic IPs now held by other hosts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull requests touching dns/ run dnscontrol preview, and merges to master run dnscontrol push. Fork PRs are skipped because secrets are unavailable there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds
dns/to manage the Cloudflare zone for rubyci.org with DNSControl. The zone was exported as-is withdnscontrol get-zonesand then cleaned up. Stale records for terminated hosts such asfreebsd13,fedora42-arm,centos7andsolariswere removed andfedora44-armwas added. Most of the stale records pointed at reused Elastic IPs now held by other hosts. The API token is read from theCLOUDFLARE_API_TOKENenvironment variable, sodns/creds.jsoncontains no secret. A GitHub Actions workflow runsdnscontrol previewon pull requests touchingdns/anddnscontrol pushon merges tomaster.hosts.ymlfollows the same host rotation. All DNS changes in this branch are already applied to the live zone.Generated with Claude Code