Skip to content
Snippets Groups Projects
  1. Nov 22, 2023
  2. Nov 21, 2023
  3. Nov 11, 2023
  4. Nov 09, 2023
  5. Nov 04, 2023
  6. Oct 28, 2023
  7. Oct 23, 2023
  8. Oct 21, 2023
  9. Oct 16, 2023
  10. Oct 15, 2023
  11. Oct 11, 2023
  12. Oct 10, 2023
  13. Oct 04, 2023
  14. Oct 01, 2023
  15. Sep 30, 2023
  16. Sep 29, 2023
  17. Sep 28, 2023
  18. Sep 26, 2023
  19. Sep 24, 2023
  20. Sep 22, 2023
    • Evangelos Foutras's avatar
      Add ansible.builtin qualification to become_method · d4803179
      Evangelos Foutras authored
      ansible-lint 6.19.0 started complaining about this:
      
         schema[tasks]: 'become_method' must be one of the currently available
         values: ansible.builtin.runas, ansible.builtin.su,
                 ansible.builtin.sudo, ansible.netcommon.enable,
                 community.general.doas, community.general.dzdo,
                 community.general.ksu, community.general.machinectl,
                 community.general.pbrun, community.general.pfexec,
                 community.general.pmrun, community.general.sesu,
                 community.general.sudosu, containers.podman.podman_unshare
      Verified
      d4803179
    • Evangelos Foutras's avatar
      grafana: backups: update storage box size to 20 TB · 0858564c
      Evangelos Foutras authored
      The archive is too chonky to fit in 10T so the storage box is now 20T.
      
      The expression "2^40 * ceil(hetzner_storage_box_size_bytes / 2^40)" is
      used to round up hetzner_storage_box_size_bytes to the next TB because
      when we do "df" on the storage box, the total blocks exclude snapshots.
      Verified
      0858564c
  21. Sep 17, 2023
  22. Sep 13, 2023
Loading