Skip to content
Snippets Groups Projects
  1. Jun 06, 2021
  2. May 01, 2021
  3. Feb 14, 2021
    • 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
  4. Jan 10, 2021
  5. Dec 22, 2020
  6. Dec 18, 2020
  7. Nov 16, 2020
  8. Nov 08, 2020
  9. Oct 22, 2020
  10. Oct 16, 2020
  11. Sep 05, 2020
  12. Aug 27, 2020
  13. Jun 17, 2020
  14. May 10, 2020
  15. May 07, 2020
  16. Feb 11, 2020
  17. Oct 10, 2019
  18. Aug 11, 2019
  19. Aug 10, 2019
  20. Aug 02, 2019
  21. May 15, 2019
  22. Apr 23, 2019
  23. Mar 24, 2019
  24. Mar 22, 2019
  25. Feb 28, 2019
    • Florian Pritz's avatar
      common: Add syslog-ng and logrotate · 39071e7a
      Florian Pritz authored
      
      journal logs are nice and all, but they are comparatively large and
      (mostly) uncompressed. This way we at can at least maintain logs for a
      reasonable time frame to investigate issues even if the journal decided
      that it has to clean up "old" logs.
      
      The logrotate config uses an archive directory to rotate logs to for
      stricter permissions on old logs to increase data protection (EU GDPR).
      
      Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
      39071e7a
  26. Feb 27, 2019
  27. Jan 23, 2019
    • Evangelos Foutras's avatar
      common: drop default qdisc configuration · 155104d4
      Evangelos Foutras authored
      sch_fq used to be required by BBR but this is no longer the case after
      a fallback to internal pacing was implemented in Linux 4.13. Plus, BBR
      was recently disabled on Arch's infra.
      
      Now, we could just set the default qdisc to fq_codel for all machines,
      but it seems the default for multiqueue network interfaces is sch_mq +
      fq_codel sub-qdiscs (one per tx queue).
      
      I am not sure how to cleanly implement the above multiqueue distinction
      in Ansible, so drop the default_qdisc configuration. I will then adjust
      affected machines manually to remove any configured qdiscs.
      155104d4
  28. Dec 25, 2018
  29. Oct 21, 2018
  30. Sep 14, 2018
  31. Jul 02, 2018
  32. Jun 07, 2018
  33. May 29, 2018
Loading