Skip to content
Snippets Groups Projects
  1. Jan 19, 2024
  2. Dec 27, 2023
  3. Aug 19, 2023
  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
  5. May 07, 2022
  6. Apr 20, 2022
  7. Nov 06, 2021
  8. Aug 23, 2021
  9. Aug 17, 2021
  10. Jul 28, 2021
  11. Jul 07, 2021
    • Evangelos Foutras's avatar
      misc/get_key.py: load vault file without chdir'ing · faba3a3d
      Evangelos Foutras authored
      Now that misc/get_key.py checks if the vault file passed to it exists,
      we cannot pass paths only resolvable from the root directory. Instead,
      use paths that make sense relative to the current directory and avoid
      calling chdir when loading the vault file.
      
      Fixes: 77542146 ("Rewrite get_key.py to use click instead of typer")
      Verified
      faba3a3d
  12. Jun 02, 2021
  13. Feb 22, 2021
  14. Jan 10, 2021
  15. Dec 18, 2020
  16. Dec 17, 2020
  17. Dec 03, 2020
  18. Nov 30, 2020
  19. Nov 21, 2020
  20. Nov 02, 2020
  21. Oct 29, 2020
  22. Oct 24, 2020
  23. Oct 22, 2020
  24. Oct 13, 2020
  25. Sep 21, 2020
  26. Sep 20, 2020
  27. Aug 31, 2020
  28. Aug 28, 2020
  29. Aug 27, 2020
Loading