Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
  2. Jun 08, 2022
  3. Oct 02, 2021
  4. Jun 07, 2021
  5. Jun 06, 2021
  6. 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
  7. Dec 23, 2020
    • Frederik Schwan's avatar
      don't add docker to trusted zone · e586e457
      Frederik Schwan authored
      Adding docker0 to a trusted zone creates issues with the latest docker
      pkg. The daemon handles firewalld itself and errors since the interface is
      already in zone trusted and thus can't be handled by it's own zone.
      Verified
      e586e457
  8. Oct 14, 2020
  9. Sep 23, 2020
  10. Sep 06, 2020
    • Jelle van der Waa's avatar
      Introduce prometheus exporters role for collection · 23564b29
      Jelle van der Waa authored
      Add a new role called prometheus_exporters which should be run on every
      machine we have and starts different collectors depending on what group
      the machine is in. Currently supported our the gitlab runner exporter,
      rebuilder textcollector, mysqld-exporter, borg textcollector and an
      node/arch exporter. The arch exporter monitors the security status and
      pacman out of date packages gauge.
      Verified
      23564b29
  11. Aug 27, 2020
Loading