Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dns/rubyci.org/dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ D("rubyci.org", REG_NONE,
A("ubuntu2404", "18.180.242.9"),
A("ubuntu-arm", "18.178.229.119"),
A("ubuntu", "35.72.236.42"),
A("amazon2027", "52.69.117.212"),
// Cloudflare flattens this apex CNAME; dnscontrol expresses it as ALIAS.
ALIAS("@", "rubyci.org.herokudns.com."),
CNAME("www", "www.rubyci.org.herokudns.com."),
Expand Down
7 changes: 7 additions & 0 deletions hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ amazon2023.rubyci.org:
run_list:
- recipes/default.rb

amazon2027.rubyci.org:
properties:
nopasswd_sudo: true
compress: false
run_list:
- recipes/default.rb

debian12.rubyci.org:
properties:
nopasswd_sudo: true
Expand Down