Skip to content
Snippets Groups Projects
  1. Feb 14, 2021
    • Jan Alexander Steffens (heftig)'s avatar
    • Kristian Klausen's avatar
      Make ansible-lint happy · 4112bdf9
      Kristian Klausen authored
      yaml: truthy value should be one of [false, true] (truthy)
      yaml: wrong indentation: expected 4 but found 2 (indentation)
      yaml: too few spaces before comment (comments)
      yaml: missing starting space in comment (comments)
      yaml: too many blank lines (1 > 0) (empty-lines)
      yaml: too many spaces after colon (colons)
      yaml: comment not indented like content (comments-indentation)
      yaml: no new line character at the end of file (new-line-at-end-of-file)
      load-failure: Failed to load or parse file
      parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
      4112bdf9
    • Jelle van der Waa's avatar
      Migrate bugtracker to php7 package · 230cc79a
      Jelle van der Waa authored
      As flyspray does not support PHP 8 as of yet, transition to the php7
      package by simply introducing a new php7_fpm role.
      Verified
      230cc79a
  2. Feb 13, 2021
  3. Feb 11, 2021
  4. Feb 10, 2021
  5. Feb 07, 2021
  6. Feb 04, 2021
  7. Feb 03, 2021
  8. Feb 01, 2021
  9. Jan 31, 2021
  10. Jan 27, 2021
    • Sven-Hendrik Haase's avatar
      Split out borg into two services · fffc225e
      Sven-Hendrik Haase authored
      The reason is that we might want to independently retry the offsite backup in case it fails but not rerun the primary backup in that case.
      This isn't possible with the current setup and so we'll have to split this up into two oneshot services.
      The way it works is that borg-backup.service will schedule borg-backup-offsite.service to run after it which ensures that
      no two backups are running at the same time and also that they can be indendently retried if one of them fails.
      Verified
      fffc225e
    • Sven-Hendrik Haase's avatar
      Restart failed backups (fixes #270) · 21ec4202
      Sven-Hendrik Haase authored
      Verified
      21ec4202
  11. Jan 26, 2021
  12. Jan 25, 2021
  13. Jan 24, 2021
  14. Jan 23, 2021
Loading