Markus Frei

Results 54 issues of Markus Frei

grafana.ini from Grafana 9 has a lot of new and changed items compared to the one that is deployed by LFOps.

``` TASK [linuxfabrik.lfops.apache_httpd : Ensure base packages are in their desired state] ******************************* Dienstag 27 Dezember 2022 13:58:54 +0100 (0:00:00.081) 0:00:00.515 ***** [DEPRECATION WARNING]: "listify_lookup_plugin_terms" does not use "dataloader" anymore,...

**Organization name** Linuxfabrik GmbH **Brief description of your business and what it does (50 words or less)** Linuxfabrik is your partner for Linux and Open Sourc. We help companies with...

``` TASK [linuxfabrik.lfops.login : Create the user with the given groups and a home directory] ************ Donnerstag 23 Mai 2024 14:24:10 +0200 (0:00:00.012) 0:00:02.328 ******** [DEPRECATION WARNING]: Encryption using the...

In our kickstart file, we [create a linuxfabrik sudoers file](https://github.com/Linuxfabrik/kickstart/blob/main/lf-rhel.cfg#L223). In this role, we [create (almost) the same file with just a different name](https://github.com/Linuxfabrik/lfops/blob/main/roles/login/tasks/main.yml#L64) (only one space char is different)...

Not idempotent, but much faster would be to use a pure shell command on localhost and do something like this (pseudo-code): ``` rsync --archive --rsync-path='sudo rsync' path/to/lib/*.py $target:/usr/lib64/nagios/plugins/lib/ for plugin...

Currently, the role requires you to provide a custom OS image. IMHO it would be much more flexible if the role also supported kickstart installations (e.g. using our kickstart file...

It would be nice if a playbook containing roles that require bitwarden would tell you in advance if the credential manager isn't available, and exit.

After each task in which a configuration file is directly changed (lineinfile and similar) or provided by a j2 template, we can remove any existing .dpkg-dist, .rpmsave or .rpmnew file...

`table_definition_cache`: * MariaDB default: 400 * Icinga comes with 540 tables * Set default for Icinga to 550 `innodb_log_file_size`: * `innodb_buffer_pool_size` default: `128M` (enough for a fresh Icinga installation) *...