Dennis Eriksen
Dennis Eriksen
Baikal needs write-access to both /var/www/baikal/Specific AND /var/www/baikal/config, so let's just chown everything instead of just ./Specific.
GNU `stat` is not very portable. The less obvious, more portable and posix-friendly way to get the bytecount of a file is to use `wc(1)` - `wc -c < file`....
It would be super nice if autopostgresqlbackup would run on OpenBSD as well! :) There's not much work required to do so, and I've already made some PRs to make...
From https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html > As of Ansible 2.3, async does not support check mode and will fail the task when run in check mode. See [Validating tasks: check mode and diff...
I'm getting errors when using check_mode. From https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html > As of Ansible 2.3, async does not support check mode and will fail the task when run in check mode. See...
PR #64 did a great job adding a page about installing Arkime. Would be great if it was reachable as well! :)
**Is your feature request related to a problem? Please describe.** We have several clusters (around 10, and it's a combination of different ES clusters and different prefixes) and use a...