Skip to content
Snippets Groups Projects
  1. Jan 13, 2025
  2. Sep 16, 2024
  3. Aug 17, 2024
  4. Aug 16, 2024
  5. Aug 09, 2024
  6. Aug 03, 2024
  7. Jul 13, 2024
  8. Jun 10, 2024
  9. May 18, 2024
  10. Nov 25, 2023
  11. Oct 15, 2023
  12. Aug 21, 2023
  13. Aug 04, 2023
  14. Jul 08, 2023
  15. Jun 22, 2023
  16. May 27, 2023
  17. May 06, 2023
  18. Mar 15, 2023
  19. Jan 27, 2023
  20. Jan 26, 2023
  21. Nov 27, 2022
  22. Nov 02, 2022
  23. Oct 12, 2022
  24. Sep 14, 2022
  25. Sep 04, 2022
  26. Jun 08, 2022
  27. May 12, 2022
  28. Feb 20, 2022
  29. Feb 09, 2022
  30. May 11, 2021
  31. 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
  32. Jul 23, 2020
    • Giancarlo Razzolini's avatar
      roles/aurweb: Switch to using a socket for memcached · 0d12e729
      Giancarlo Razzolini authored
      For security reasons, switch to using a socket for memcached on aurweb.
      Verified
      0d12e729
    • Giancarlo Razzolini's avatar
      roles/aurweb: Change URL to point to gitlab · c8098e0b
      Giancarlo Razzolini authored
      Change the URL's of the aurweb project and the tu-bylaws project to point to
      gitlab instead of git.archlinux.org.
      Verified
      c8098e0b
    • Giancarlo Razzolini's avatar
      roles/aurweb: Make the necessary changes to use memcached instead of apcu · 751b3cf8
      Giancarlo Razzolini authored
      Add memcached to the playbook and also change the php extensions to use memcached.
      Removed the apcu options from defatuls and added memcached settings. Added the php-memcached
      packages to the list of needed packages and also remove the apcu tasks. Added the memcached
      systemd unit file and enable and start it from the tasks.
      Verified
      751b3cf8
    • Giancarlo Razzolini's avatar
      roles/aurweb: cgit and smartgit changes · 35e5a8a4
      Giancarlo Razzolini authored
      Added a smartgit_socket option to the defaults. Reworked the tasks package
      installation to look cleaner and also separated the cgit and git package installations
      so we can trigger uwsgi reloads on updates. Changed the tubylaws repo update variable
      to trigger the bylaws changes only when the tubylaws repository change, not the aurweb
      one. Added tasks to install the apcu configuration, cgit uwsgi ini file, cgit rc file and
      smartgit uwsgi ini file. Trigger an uwsgi reload in case the cgit-aurweb or git packages
      change. Also added a few missing options to the aurweb configuration file. Rework the nginx
      configuration file to use the cgit and smartgit uwsgi services.
      Verified
      35e5a8a4
Loading