- Sep 28, 2024
-
-
Evangelos Foutras authored
-
- May 22, 2023
-
-
Evangelos Foutras authored
Match the repo ordering of stock pacman.conf. Fixes: 4159a61f ("dbscripts: switch to Git packaging")
-
This drops all svn specific functionality and switches to dbscripts git version. Drops the community repository as it's merged into extra.
-
- May 06, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Sep 11, 2022
-
-
Evangelos Foutras authored
The default of 0.5 has proven insufficient on at least 3 boxes so far.
-
- Jul 23, 2022
-
-
nl6720 authored
The glibc 2.35-6 package ships with the C.UTF-8 locale included which means there is now a usable UTF-8 locale available by default. en_US.UTF-8 will still be generated because PostgreSQL clusters are created with that locale. Migrating the clusters to C.UTF-8 is possible, but that requires dumping and recreating them.
-
- Jun 04, 2022
-
-
Evangelos Foutras authored
Other than avoiding the conditional logic there's no reason to specify /srv/ftp/pool/{packages,community} as additional cache directories for all servers. Restoring the default CacheDir value on machines without a local mirror allows us to use pacdiff to perform a three-way merge of the few config files which are easier to rebase this way.
-
- Mar 19, 2022
-
-
Evangelos Foutras authored
There is a need for build servers to never build against outdated repo databases, even with syncrepo providing a local mirror that is updated every minute. To that effect, we adjust mirrorlist on build servers so the first mirror is the tier0 mirror provided by gemini. Keep the syncrepo role on build servers in order to have a local cache of packages and avoid concurrent build jobs downloading the same files causing them to be corrupted. Finally, configure gemini to use its own repos (like other mirrors do).
-
- Mar 12, 2022
-
-
Evangelos Foutras authored
Keeps us from having to deal with .pacnew files.
-
- Aug 17, 2021
-
-
Evangelos Foutras authored
Main motivation behind this is preparing for doing more automatic upgrades. The need for ignoring kernel updates isn't clear either.
-
- Jul 30, 2021
-
-
This is shared between common and install_arch roles Closed: #288 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- Jul 28, 2021
-
-
Fix #376
-
- Jul 15, 2021
-
-
Kristian Klausen authored
Fixes: 678845af ("Add Kape server IPv6 addresses (fixes #230)")
-
- Jul 13, 2021
-
-
Evangelos Foutras authored
It's been running out of swap during borg-backup and seems to get good compression ratios; try upping the zram size to 100% of RAM (from 50%).
-
- Jun 06, 2021
-
-
Jelle van der Waa authored
Without hostname the role does not run.
-
- Jun 02, 2021
-
-
Jelle van der Waa authored
-
- Feb 14, 2021
-
-
Kristian Klausen authored
A lot of our systems have a "hardware" watchdog (ex: all the Hetzner cloud servers) so let's use it.
-
- Dec 22, 2020
-
-
Sven-Hendrik Haase authored
-
- Dec 12, 2020
-
-
Frederik Schwan authored
Do not use asterisk on network devices to prevent IP address collisions on networks. Also use the right network mask for the assigned network. For runner1 we need to ignore RAs since those routes don't work.
-
- Dec 11, 2020
-
-
- Jun 17, 2020
-
-
Sven-Hendrik Haase authored
-
- Aug 15, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Feb 28, 2019
-
-
Florian Pritz authored
journal logs are nice and all, but they are comparatively large and (mostly) uncompressed. This way we at can at least maintain logs for a reasonable time frame to investigate issues even if the journal decided that it has to clean up "old" logs. The logrotate config uses an archive directory to rotate logs to for stricter permissions on old logs to increase data protection (EU GDPR). Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Feb 14, 2019
-
-
Sven-Hendrik Haase authored
- Allow for single and multi disk installs - Use modern parted module to cut down on manual code - Allow for specifying concrete drives to use for the system - Change use from unarchive module which is deprecated to get_url + manual tar - Allow for DHCP when setting up networking - When using btrfs, automatically compress with lzo (I'd use zstd but grub can't boot off of zstd yet) - Use playbook_dir as a relativ search path start to find the pubkeys which is more reliable than just relative path - Clean pacman cache after base system installation
-
- Jan 13, 2019
-
-
Jelle van der Waa authored
-
- Dec 25, 2018
-
-
Florian Pritz authored
We don't need resolved and it is sometimes buggy so let's just get rid of it and use unbound like we do on our mail machines already. Details: https://kanboard.archlinux.org/public/task/104/7dd7510424e4229247e8e0b90bf43e1553fce86cdf8475b60edc956ed5a8 Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Nov 20, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Jul 28, 2018
-
-
Jan Alexander Steffens (heftig) authored
-
- Jul 02, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Jun 25, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The discovery script now uses a regex and no longer cares where exactly accounting is enabled. Follow systemd upstream by enabling it by default. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- May 29, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Mar 21, 2018
-
-
Florian Pritz authored
For memory/cpu accounting to be disabled so that zabbix doesn't try to monitor all units on the machine. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Nov 05, 2017
-
-
Florian Pritz authored
Not strictly necessary yet, but we don't care about a bunch more files so better safe than without logs. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Sending many mails at once put us over that limit quite quickly and then we are missing logs. This default is way too low for server usage. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Oct 23, 2017
-
-
Bartłomiej Piotrowski authored
-
- Oct 20, 2017
-
-
Bartłomiej Piotrowski authored
-
- Sep 12, 2017
-
-
Florian Pritz authored
Mainly interesting for the security tracker, but a faster mirror doesn't hurt us. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-