- Dec 23, 2024
- Oct 05, 2024
-
-
Kristian Klausen authored
pacman/curl does not utilize HTTP/3, but it makes sense to enable regardless to ensure consistency. We self-host the authoritative nameservers for the geo domains, so the configuration has been tweaked to add the HTTPS DNS record for each geo domain. Ref #606
-
- Jul 23, 2024
-
-
Evangelos Foutras authored
Simplify the role by removing the configurability of "EditionIDs", and hardcoding its value to "GeoLite2-Country GeoLite2-City". While it was originally intended for consumers to select which database(s) to fetch, it's not straightforward how to support multiple inclusions of the role.
-
- Sep 28, 2023
-
-
Kristian Klausen authored
The EDNS Client Subnet header can provide a more accurate location of the client, especially if the client is not near the recursive resolver, so use it if it's provided.
-
- Sep 18, 2022
-
-
Evangelos Foutras authored
Not sure why this is needed but whatever.
https://github.com/ansible/schemas/discussions/227
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Aug 21, 2022
-
-
Evangelos Foutras authored
Useful if we wanted to create a Geo-based archive consisting of machines in the archive_mirrors group (though this will likely not happen because it'd break archlinux-repro due to the ~4 hour sync delay).
-
- Aug 19, 2022
-
-
Evangelos Foutras authored
When the GeoIP databases get refreshed (weekly), we want PowerDNS to reload them. Do this by running pdns_control reload in ExecStartPost.
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- May 16, 2022
-
-
Evangelos Foutras authored
Ansible side of commit 5007c1a8 ("tf-stage1: allow setting the NS TTL of geo domains"); both values need to match so our geo nameservers report the same TTL as that returned by the parent zone's nameservers.
-
- May 14, 2022
-
-
Evangelos Foutras authored
The intention is to use this config for other domains besides a mirror.
-