- 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.
-
- Feb 09, 2022
-
-
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- Oct 02, 2021
-
-
Kristian Klausen authored
Fix #392
-
- Aug 18, 2021
-
-
Evangelos Foutras authored
Default query_cache_type to 0 and innodb_file_per_table to true.
-
- Jul 16, 2021
-
-
Kristian Klausen authored
The role for the clients is named postfix_null (per [1]) and it's much simpler and cleaner than the postfix role. I hope can cleanup the postfix role at a later date. [1] http://www.postfix.org/STANDARD_CONFIGURATION_README.html#null_client
-
- Jul 06, 2021
-
-
Kristian Klausen authored
This is meant as a internal authenticated and encrypted network which we can use for internal services, we don't want to expose to the internet or when encryption is desired but not easily implementable.
-
- Apr 08, 2021
-
-
Fix #263
-
- 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.
-
- Oct 24, 2020
-
-
Jelle van der Waa authored
-
- Sep 12, 2020
-
-
Jelle van der Waa authored
-
The default value is 128M and our servers have plenty of RAM for that.
-
The upstream default value is 2000 since 10.1.7: https://mariadb.com/kb/en/server-system-variables/#table_open_cache See also commit f164d000
-
- Sep 06, 2020
-
-
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.
-
- Aug 27, 2020
-
-
- Jul 23, 2020
-
-
Giancarlo Razzolini authored
Added the borg tag again, since it's useful for running borg related tasks.
-
Giancarlo Razzolini authored
Removed tags from playbooks, since they are auto-generated and also synced the aur.archlinux.org playbook with aur-dev.archlinux.org one.
-
Giancarlo Razzolini authored
Add the aur-dev changes to the aur playbook.
-
Giancarlo Razzolini authored
The original aur playbook file was missing a lot of the roles that were added for the aur-dev playbook. Add them and renamed the file too.
-
Giancarlo Razzolini authored
roles/aurweb: Add the apc configuration variables Added the apc to the php extensions on the playbook, instead of adding it on the conf.d directory. Added the apc variables to the defaults file.
-
Giancarlo Razzolini authored
We need to use uwsgi for cgit hosting, so add the uwsgi role to the playbook.
-
Giancarlo Razzolini authored
playboooks/aur-dev: Remove the intl php extension Added maintenance mode to the aurweb role using the AUR internal mode. Also, add the php-apcu-bc package to the list of required packages. Also running the make required to create the translations.
-
Giancarlo Razzolini authored
Changed the playbook to add the missing php modules and add the AUR role. Also set the domain and the git branch variables so the right version of the AUR is installed.
-
- Jun 17, 2020
-
-
Sven-Hendrik Haase authored
-
- Dec 25, 2019
-
-
Giancarlo Razzolini authored
Initial playbook for AUR dev
-
- Nov 09, 2019
-
-
Phillip Smith (fukawi2) authored
-
- Nov 04, 2019
-
-
Phillip Smith (fukawi2) authored
-
- Oct 29, 2019
-
-
Phillip Smith (fukawi2) authored
when deploying the postfix role, specify postfix_relayhost variable with the hostname of the smtp smarthost to use for delivery. all outbound smtp mail will be delivered via the specified host.
-
- Oct 28, 2019
-
-
Giancarlo Razzolini authored
Add the borg-client role to the bbs.archlinux.org playbook, for enabling backups.
-
- Oct 27, 2019
-
-
Jelle van der Waa authored
add to mysql-servers for monitoring and fix the php-fpm extensions.
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- Oct 17, 2019
-
-
Jelle van der Waa authored
-