diff --git a/dns/rubyci.org/dnsconfig.js b/dns/rubyci.org/dnsconfig.js index 68e1bd2..a3c0156 100644 --- a/dns/rubyci.org/dnsconfig.js +++ b/dns/rubyci.org/dnsconfig.js @@ -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."), diff --git a/hosts.yml b/hosts.yml index 77f66ea..7a85eab 100644 --- a/hosts.yml +++ b/hosts.yml @@ -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