Andreas Scherbaum

Results 16 issues of Andreas Scherbaum

The Ansible Playbook only supports MySQL, can other databases (like PostgreSQL) be supported as well?

The web2 Playbook restarts Apache2 and Icinga2 everytime the Playbook runs. (around line 70 in icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml). Another Icinga2 is triggered earlier as well, which might lead to yet another restart...

The Ansible web2 Playbook has Apache2 hardcoded all over the place. Other popular webservers like NGINX are not supported.

S9y started to spill a large number of "undefined constant" warnings into the webserver log: ``` [Sun May 03 18:36:57.137068 2020] [php7:warn] [pid 4086] [client x.x.x.x:xxxxx] PHP Warning: Use of...

bugs
code quality

Started a couple days ago: every time I run buy_streak_freeze(), I don't get a AlreadyHaveStoreItemException exception anymore, but it started "charging" me Lingots every time - even though I already...

Updated my script to the latest version of this repository, and the "buy_streak_freeze()" function stopped working, with an exception. Previous versions returned something similar to the following: ``` {'Date': 'Thu,...

**Describe the solution you'd like** GitHub offers Actions, which can run arbitrary workflows. Such workflows can run on every Pull Request, and verify that new code behaves as expected.

This is a Request for Comments. ##### SUMMARY Currently the `postgresql_privs` module can only revoke privileges when an extra task is created. We have a large number of databases and...