Results 9 issues of Imre Jonk

##### Summary The var-spacing check incorrectly reports a logical OR (||) as not having enough spaces. ##### Issue Type - Bug Report ##### Ansible and Ansible Lint details ```console (paste...

bug

journald logs this message on Debian 11: ``` apr 19 15:16:52 vpn2 kernel: Kernel parameter elevator= does not have any effect anymore. Please use sysfs to set IO scheduler for...

The role sets incorrect local facts when `dhparam__deploy_state` is set to 'absent'. Steps to reproduce: 1. Set `dhparam__deploy_state` to 'absent'. 2. Run dhparam playbook. 3. `$ cat /etc/ansible/facts.d/dhparam.fact` Actual results:...

bug
tag: good first issue
tag: PKI
tag: Ansible facts

The `debops.icinga` role can currently create the password of the Icinga Director API user, using the 'password' lookup. See [`icinga__director_register_api_password`](https://docs.debops.org/en/master/ansible/roles/icinga/defaults/main.html#envvar-icinga__director_register_api_password). The password must however be managed by the `debops.icinga_web` role...

bug
priority: low
tag: monitoring

Sphinx 3.4 (on Debian 11) emits this warning when running `make docs`: ``` /home/imre/src/debops/debops/docs/conf.py:90: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. app.add_stylesheet("theme_overrides.css") ``` Apparently this function has been...

tag: good first issue
documentation
priority: low

## Context We are preparing our systems for the upcoming Debian 11 release. Debian 11 comes with OpenJDK 11, which is currently not fully supported by Graylog Server. The [system...

documentation
triaged

Update OpenSearch to 2.2.1 The /etc/opensearch directory permissions would be set to 0640 on every update, which caused OpenSearch startup failures. This commit fixes that issue and makes the applied...

bug
priority: medium
tag: database
tag: version upgrade

This error occurs on ansible 6.3.0 with Jinja2 3.1.2: ``` TASK [debops.debops.gitlab_runner : Create required groups] ******************** fatal: [runner11.ciphermail.com]: FAILED! => msg: 'Unexpected templating type error occurred on ({{ q("flattened",...

bug
priority: medium
tag: GitLab
tag: upkeep

Hi, We would like to see that files are written with octal mode 0644 instead of 0600, so that the cached files are readable by other users of our remirror...