Skip to content
Snippets Groups Projects
  1. Oct 16, 2023
  2. Oct 15, 2023
  3. Oct 12, 2023
  4. Oct 11, 2023
  5. Oct 10, 2023
  6. Oct 04, 2023
  7. Oct 01, 2023
  8. Sep 30, 2023
  9. Sep 29, 2023
  10. Sep 28, 2023
  11. Sep 26, 2023
  12. Sep 24, 2023
  13. 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
      lint: allow role includes with unprefixed role var · 76a5560c
      Evangelos Foutras authored
      No way we're fixing 47 of these linting errors which seem unimportant.
      Verified
      76a5560c
    • 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
  14. Sep 17, 2023
  15. Sep 13, 2023
  16. Sep 02, 2023
Loading