- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- Aug 24, 2021
-
-
Evangelos Foutras authored
-
- Jul 10, 2021
-
-
Closes #358
-
- Jun 27, 2021
-
-
Jelle van der Waa authored
Fix deploying archweb on gemini
-
- Jun 02, 2021
-
-
Kristian Klausen authored
Fixes: 316b8517 ("Add missing "create ssl cert" tasks")
-
- May 13, 2021
-
-
- May 01, 2021
-
-
Jelle van der Waa authored
-
- Feb 14, 2021
-
-
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.
-
- Dec 30, 2020
-
-
Frederik Schwan authored
The former approach to export a maildir and iterate over it with a script broke when the mail server and the web server got on their own hosts. This will use IMAP IDLE to check for new mails and pass them instantly to the djange manage.py script without storing the mail locally.
-
- Dec 17, 2020
-
-
Giancarlo Razzolini authored
Configured the variable for the custom nginx template used on maintenance mode. It is important that this template handles the maintenance on it's own. Also, the maintenance mode was running on gemini, even though archweb_site is false there. Add a check for archweb_site, to make sure the maintenance mode only runs on the machine hosting the site.
-
- Dec 01, 2020
-
-
- Oct 01, 2020
-
-
Jelle van der Waa authored
-
- Sep 17, 2020
-
-
Jelle van der Waa authored
/srv/http/archweb has to be readable for nginx to serve css/js static assets.
-
- Aug 27, 2020
-
-
Sven-Hendrik Haase authored
-
-
- Jun 29, 2020
-
-
Jelle van der Waa authored
-
- Jun 17, 2020
-
-
Jelle van der Waa authored
Rename the variable so it's more clear it's for the retro website.
-
-
also use systemd instead of service module
-
- Feb 13, 2020
-
-
Jelle van der Waa authored
-
- Nov 24, 2019
-
-
Jelle van der Waa authored
Instead of compiling the binary or relying on the binary pypi variant.
-
- Nov 11, 2019
-
-
Jelle van der Waa authored
ansible 2.9.0 has a new git module feature gpg_whitelist which is an array of allowed keys. If a tag or commit was signed with a different key ansible aborts. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- Oct 25, 2019
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- Sep 25, 2019
-
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
-
- Sep 24, 2019
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Switch from apcu caching to memcached with 512 MiB so that we have a sustained cached instead of a php-fpm worker based cache which has a shorter lifetime of 2000 requests before the worker get's killed and respawned.
-
- May 17, 2019
-
-
Jelle van der Waa authored
-
- Mar 26, 2019
-
-
Jelle van der Waa authored
-
- Mar 17, 2019
-
-
Jelle van der Waa authored
Python 3.3 has venv support, prefer this method over virtualenv.
-
- Feb 08, 2019
-
-
Jelle van der Waa authored
-
- Aug 08, 2018
-
-
Jelle van der Waa authored
dump donations to a shared dir in /var/lib/archbuild/donate readable for archweb and root.
-
- Jul 25, 2018
-
-
Jelle van der Waa authored
-
- Jun 07, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
-
- Apr 20, 2018
-
-
Jelle van der Waa authored
syncdb is now handled by the migrate command
-
- Feb 25, 2018
-
-
Jelle van der Waa authored
Add donor import service, which imports donors from a maildir directory in /home/donate/. The emails are dumped using a script on orion which calls doveadm to create a directory with exported emails.
-