Skip to content
Snippets Groups Projects
  1. 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.
      62f93478
  2. May 07, 2022
  3. Apr 20, 2022
  4. Nov 06, 2021
  5. Aug 23, 2021
  6. Aug 17, 2021
  7. Jul 28, 2021
  8. 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")
      faba3a3d
  9. Jun 02, 2021
  10. Feb 22, 2021
  11. Jan 10, 2021
  12. Dec 18, 2020
  13. Dec 17, 2020
  14. Dec 03, 2020
  15. Nov 30, 2020
  16. Nov 21, 2020
  17. Nov 02, 2020
  18. Oct 29, 2020
  19. Oct 24, 2020
  20. Oct 22, 2020
  21. Oct 13, 2020
  22. Sep 21, 2020
  23. Sep 20, 2020
  24. Aug 31, 2020
  25. Aug 28, 2020
  26. Aug 27, 2020
  27. Aug 24, 2020
  28. Aug 22, 2020
  29. Aug 20, 2020
  30. Aug 19, 2020
Loading