1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 02:36:06 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Kristian Klausen 4112bdf9fd Make ansible-lint happy
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.
2021-02-14 14:22:05 +01:00
Jelle van der Waa 1c94b5fe1e
Update playbooks for new mail server 2020-10-24 18:09:26 +02:00
Jakub Klinkovský 6552209570 remove mariadb_innodb_buffer_pool_size from playbooks
The default value is 128M and our servers have plenty of RAM for that.
2020-09-12 20:11:10 +00:00
Jakub Klinkovský 13de2781bd mariadb: bump mariadb_table_open_cache to the upstream default of 2000
The upstream default value is 2000 since 10.1.7:
https://mariadb.com/kb/en/server-system-variables/#table_open_cache

See also commit f164d0001f
2020-09-12 20:11:10 +00:00
Jelle van der Waa 5091b966d7
Add aur-dev and phrik.archlinux.org to prometheus monitoring 2020-09-12 22:07:34 +02:00
Frederik Schwan 04b2e3b1e0 fix E106 'Role name <role> does not match ``^[a-z][a-z0-9_]+$`` pattern' 2020-08-27 05:29:00 +00:00
Giancarlo Razzolini 9f3d64228d
playbooks: Add back the borg tag
Added the borg tag again, since it's useful for running borg related
tasks.
2020-07-23 13:29:21 -03:00
Giancarlo Razzolini f7c3847e65
playbooks: Remove tags from AUR playbooks and sync aur/aur-dev
Removed tags from playbooks, since they are auto-generated and also
synced the aur.archlinux.org playbook with aur-dev.archlinux.org one.
2020-07-23 11:56:11 -03:00
Giancarlo Razzolini e70ab6ce45
roles/aurweb: Change aurweb role to support sshd includes
Added support for the aurweb role to the new openssh include mechanism,
that's baked into our sshd role.
2020-07-23 11:03:40 -03:00
Giancarlo Razzolini 751b3cf89a
roles/aurweb: Make the necessary changes to use memcached instead of apcu
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.
2020-07-23 11:03:40 -03:00
Giancarlo Razzolini 03ec6a599a
playbooks/aur-dev: Add apc to the php extensions
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.
2020-07-23 11:03:39 -03:00
Giancarlo Razzolini 8ef8a1b82e
playbooks/aur-dev: Add uwsgi
We need to use uwsgi for cgit hosting, so add the uwsgi role to the playbook.
2020-07-23 11:03:39 -03:00
Giancarlo Razzolini 35d176f616
roles/aurweb: Add maintenance mode and other changes
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.
2020-07-23 11:03:39 -03:00
Giancarlo Razzolini 268af91494
playbooks/aur-dev: Add aur-dev to the hosts file and add change the playbook for dev
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.
2020-07-23 11:03:38 -03:00
Sven-Hendrik Haase fb75cf7c5c
Remove a lot of unnecessary tags that are already added by auto_tags.py 2020-06-17 06:00:22 +02:00
Giancarlo Razzolini 28bfa799e5
playbooks/aur-dev: Initial playbook for aur-dev.archlinux.org
Initial playbook for AUR dev
2019-12-25 18:38:19 -03:00