Skip to content
Snippets Groups Projects
  1. Mar 19, 2022
    • Evangelos Foutras's avatar
      dbscripts: nginx: remove unnecessary unique filter · 5a6a085e
      Evangelos Foutras authored
      The intention of "unique" in "groups['buildservers'] | sort | unique"
      was to account for combining multiple groups and passing them to the
      sort and unique filters. However, with only one group it looks silly.
      5a6a085e
    • Evangelos Foutras's avatar
      common: use tier0 mirror on build servers + gemini · b3256827
      Evangelos Foutras authored
      There is a need for build servers to never build against outdated repo
      databases, even with syncrepo providing a local mirror that is updated
      every minute. To that effect, we adjust mirrorlist on build servers so
      the first mirror is the tier0 mirror provided by gemini.
      
      Keep the syncrepo role on build servers in order to have a local cache
      of packages and avoid concurrent build jobs downloading the same files
      causing them to be corrupted.
      
      Finally, configure gemini to use its own repos (like other mirrors do).
      b3256827
  2. Feb 09, 2022
  3. Feb 04, 2022
  4. Jan 31, 2022
  5. Dec 16, 2021
  6. Dec 08, 2021
  7. Dec 01, 2021
  8. Nov 17, 2021
  9. Oct 27, 2021
  10. Oct 03, 2021
  11. Aug 24, 2021
  12. Jul 12, 2021
  13. Jul 08, 2021
    • Evangelos Foutras's avatar
      Use restrict key option with svn-{packages,community} · ef3e01ce
      Evangelos Foutras authored
      No functional change; the "restrict" key option is a shorthand for:
      
      - no-agent-forwarding
      - no-port-forwarding
      - no-X11-forwarding
      - no-pty
      - no-user-rc
      
      It was added in OpenSSH 7.2 (2016-02-29) as a convenient way to specify
      an authorized key should have "all current and future key restrictions"
      applied to it.
      ef3e01ce
  14. Jul 07, 2021
  15. Jun 04, 2021
  16. Jun 03, 2021
  17. Apr 08, 2021
    • Kristian Klausen's avatar
      Send the nginx logs to Loki · b70d04fa
      Kristian Klausen authored and Jelle van der Waa's avatar Jelle van der Waa committed
      A extra access_log entry was added with the following commands:
      $ cd roles
      $ grep -lr access_log | xargs -P 1 -n 1 sed -i '/access_log/ s/\(.*\)\( \)\(\(reduced\|main\);$\)/\1 \3\n\1.json json_\3/'
      b70d04fa
  18. Mar 25, 2021
  19. 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
  20. Feb 11, 2021
  21. Jan 24, 2021
  22. Jan 10, 2021
  23. Dec 20, 2020
  24. Dec 12, 2020
  25. Nov 19, 2020
  26. Sep 23, 2020
  27. Aug 27, 2020
  28. Jul 22, 2020
  29. Jul 12, 2020
  30. Jul 03, 2020
  31. Jun 27, 2020
  32. Jun 26, 2020
Loading