David Härdeman
David Härdeman
This PR implements the changes that were necessary for me to migrate from Bullseye to Bookworm. Mostly it's about missing schemas and renamed attributes. The AppArmor integration PR is also...
The alternative, ``shutil.which``, was introduced with Python 3.3, which predates Debian stretch, so it should be safe to use without any fallback to ``distutils``. Closes: #2147
By adding support for PHP 8.2. At the same time, the docs have been updated, but instead of adding references to version 8 everywhere, I took the liberty of removing...
Since Debian package version 1.22.0-2 (Bookworm, Mantic), the nginx.service unit has been updated to make "After=network-online.target" the default, making this override unnecessary.
Add a warning that the host should be from the Ansible inventory. I managed to lose an hour debugging weird errors that were caused by accidentally setting this to the...
On my devel machine, I have a couple of hundred files under ansible/secret/ldap/credentials/, with no easy way to determine which are still relevant and which aren't. This patch adds a...
This PR fixes some bugs in the AppArmor role and adds integration for: - dnsmasq - apt_cacher_ng - bind - slapd Especially `bind` and `slapd` have AppArmor support in Debian...
This adds support for setting up the cgit web frontend for git repos. See: https://git.zx2c4.com/cgit/about/
This was enough to make icinga_web work for me after updating to Bookworm. I also took the opportunity to add support for the removal of modules and to make the...