Mathieu MD

Results 51 comments of Mathieu MD

Thanks @felixfontein. More verbosity doesn't seems to give any hint: ```bash ansible -m ping test.example.com -vvvvv 2>&1 |ag -i '(callback|syslog)' Loading callback plugin minimal of type stdout, v2.0 from /usr/lib/python3/dist-packages/ansible/plugins/callback/minimal.py...

While testing to see if I could reproduce @lmayorga1980's issue (which I could not), logging to syslog (magically) worked! :confetti_ball: ```ini # ansible.cfg callbacks_enabled = syslog_json # callbacks_whitelist does not...

Is log customization now possible? I use 0.55rc1 from Dotdeb `nginx-extras` and Naxsi still logs the LB address instead of the `real_ip`.

Having the PTR automagically created/updated when adding/updating an A or AAA record would be a very helpful feature! :yum: I want to replace Webmin with NicTool at my work, but...

I understand. And I'm not going to praise proprietary software! But, on the other side, corporate adoption of K9M is lower than it could due to this missing feature. At...

I suggest this patch: ```diff diff --git a/collections/debops/debops/roles/postgresql_server/defaults/main.yml b/collections/debops/debops/roles/postgresql_server/defaults/main.yml index cbfb2daa..b5274e75 100644 --- a/collections/debops/debops/roles/postgresql_server/defaults/main.yml +++ b/collections/debops/debops/roles/postgresql_server/defaults/main.yml @@ -485,9 +485,15 @@ postgresql_server__auto_backup_dir: '/var/lib/autopostgresqlbackup' # ]]] # .. envvar:: postgresql_server__auto_backup_pg_opts [[[ #...

> As a work around, you could add something to your bash/zshrc that decrements `$SHLVL` by one when it detects its parent is Tmux. Tried this in `.bashrc`, but then...

Thanks for your suggestions @Rycieos, but I can't make them to work on my system (Yep, I'm running Bash inside Tmux, good catch!). Anyway, it's not blocking, and I can...

Yes, for now we will use a single shared login. I guess most organization do like that today (or maybe they deploy several instances, but that's overkill and a pain...

It's worth mentioning, although obvious, that Debian APT package origin will not be the same as Ubuntu codename. For example, for GitLab installed through `extrepo` on an Ubuntu `jammy`, it's...