Skip to content
Snippets Groups Projects
  1. Jul 10, 2022
  2. May 29, 2022
  3. May 14, 2022
  4. May 12, 2022
    • Evangelos Foutras's avatar
      Replace dynamic hcloud inventory with host entries · 62f93478
      Evangelos Foutras authored
      We make almost no use of the dynamic properties of the hcloud inventory,
      so we can simplify this by declaring all cloud servers in the main hosts
      inventory.
      
      The main benefit of this change is that temporary and experimental cloud
      servers are not automatically included in the Ansible playbooks. In such
      cases it is usually incorrect to deploy changes to these unknown servers.
      
      A smaller side benefit is that Ansible will now use hostnames to connect
      to cloud servers, whereas the dynamic inventory provided IPv4 addresses.
      This results in more meaningful ~/.ssh/known_hosts entries.
      Verified
      62f93478
    • Evangelos Foutras's avatar
      Remove [node_exporters]/[wireguard] from inventory · 248e57b3
      Evangelos Foutras authored
      All servers are part of these groups which makes them redundant.
      Verified
      248e57b3
  5. Apr 20, 2022
  6. Apr 13, 2022
    • Kristian Klausen's avatar
      Add GeoIP domain for our sponsored mirros · 9f65f99c
      Kristian Klausen authored
      We had a GeoIP mirror in the past based on nginx and its GeoIP module,
      but it didn't perform very well, due to the high latency (asking a
      central server for the package and then redirected to the closest
      mirror).
      
      One of the reasons for offering this service, is so we can relieve
      mirror.pkgbuild.com which is burning a ton of traffic (50TB/month),
      likely due to it being the default mirror in our Docker image. Another
      reason is so we can offer a link to our arch-boxes images in libosinfo
      (used by gnome-boxes, virt-install and virt-manager), with good enough
      performance for most users.
      
      This time we take a different approach and use a DNS based solution,
      which means the latency penalty is only paid once (the first DNS
      request). The downside is that the mirrors must have a valid certificate
      for the same domain name, which makes using third-party mirrors a
      challenge. So for now, we are just using the sponsored mirorrs
      controlled by the DevOps team.
      
      Fix #101
      Verified
      9f65f99c
  7. Apr 11, 2022
  8. Mar 11, 2022
  9. Feb 26, 2022
  10. Feb 09, 2022
  11. Feb 04, 2022
  12. Jan 30, 2022
  13. Jan 21, 2022
  14. Jan 04, 2022
  15. Dec 04, 2021
  16. Nov 06, 2021
  17. Jul 06, 2021
    • Kristian Klausen's avatar
      WireGuard all hosts · 664deb67
      Kristian Klausen authored
      This is meant as a internal authenticated and encrypted network which we
      can use for internal services, we don't want to expose to the internet
      or when encryption is desired but not easily implementable.
      664deb67
    • Kristian Klausen's avatar
      Add WireGuard role · 107488dd
      Kristian Klausen authored
      This is initial to be used for communicating between
      {lists,mailman3}.archlinux.org as mailman{2,3} can't run on the same
      server.
      107488dd
  18. Jul 04, 2021
  19. Jun 30, 2021
  20. Jun 26, 2021
  21. May 13, 2021
  22. Mar 24, 2021
  23. Feb 01, 2021
    • Jelle van der Waa's avatar
      Add hedgedoc as new service · 3124cfd9
      Jelle van der Waa authored
      This adds a collaborative markdown editor as newly offered service which
      is available via login for all Arch Linux Staff with an option to allow
      anonymous edits by users (not default). Users are managed via keycloak
      and require the Staff role to be allowed in, non staff keycloak users
      currently will receive an internal server error due to an upstream
      issue.
      Verified
      3124cfd9
  24. Jan 31, 2021
  25. Jan 26, 2021
  26. Jan 11, 2021
  27. Jan 10, 2021
  28. Jan 03, 2021
  29. Dec 29, 2020
  30. Dec 26, 2020
  31. Dec 25, 2020
  32. Dec 24, 2020
  33. Dec 21, 2020
Loading