Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
  2. Jun 09, 2024
  3. May 03, 2024
  4. Jan 19, 2024
  5. Nov 25, 2023
  6. Sep 26, 2023
  7. Aug 19, 2023
    • Evangelos Foutras's avatar
      install_arch: configure sshd via drop-in · 763b0223
      Evangelos Foutras authored
      Commit 8e6d5474 ("sshd: use drop-in for basic sshd configuration")
      changed the sshd_config.j2 template to contain only overridden bits of
      sshd_config. However, it did not account for the install_arch role use
      of the same template which was still installed to /etc/ssh/sshd_config.
      
      Fix install_arch to install to etc/ssh/sshd_config.d/override.conf too.
      
      Fixes: 8e6d5474 ("sshd: use drop-in for basic sshd configuration")
      Verified
      763b0223
    • Kristian Klausen's avatar
      Add small script to fetch SSH keys from the EC2 metadata service · 645b1a00
      Kristian Klausen authored
      This is meant to be used in the Hetzner cloud sandbox project, so SSH
      keys can be injected when a new VM is created from e.g. a CI pipeline,
      so that the CI pipeline can SSH to the newly created VM.
      
      The EC2 metadata service is used over the Hetzner metadata service, as
      it is supported by more providers (including Hetzner).
      Verified
      645b1a00
  8. Feb 18, 2023
  9. Feb 11, 2023
  10. Jan 16, 2023
  11. Nov 02, 2022
  12. Oct 24, 2022
  13. Oct 22, 2022
  14. Sep 24, 2022
  15. Sep 18, 2022
  16. Aug 23, 2022
  17. Aug 11, 2022
  18. Jul 23, 2022
    • nl6720's avatar
      Use C.UTF-8 as the default locale · e74066e3
      nl6720 authored
      The glibc 2.35-6 package ships with the C.UTF-8 locale included which
      means there is now a usable UTF-8 locale available by default.
      
      en_US.UTF-8 will still be generated because PostgreSQL clusters are
      created with that locale. Migrating the clusters to C.UTF-8 is
      possible, but that requires dumping and recreating them.
      Unverified
      e74066e3
  19. Jul 10, 2022
  20. Jul 03, 2022
  21. Jun 08, 2022
  22. May 21, 2022
  23. Apr 26, 2022
  24. Apr 09, 2022
    • Amin Vakil's avatar
      install_arch: init pacman keyring on first boot · 00cafde1
      Amin Vakil authored and Kristian Klausen's avatar Kristian Klausen committed
      Creates a systemd service which executes these commands on first boot:
      
      pacman-key --init
      
      pacman-key --populate archlinux
      
      Also it makes sure /etc/pacman.d/gnupg is not absent.
      
      At last it removes /etc/machine-id to make sure systemd launches first
      boot services.
      00cafde1
  25. Mar 27, 2022
  26. Oct 02, 2021
  27. Jul 30, 2021
  28. Jul 06, 2021
  29. May 13, 2021
Loading