You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Maybe it would be easier for users to control if we had a variable in defaults/main for the ansible_local.numanodes array, so users could replace that as well?
A user ran into the case that
humio_processeswas autodetected to 16, which is too many for their host to handle.Overriding that value is easy enough, but the underlying
numanodesfact is also used for setting environment variables.https://github.com/humio/ansible-server/search?q=numanodes
Maybe it would be easier for users to control if we had a variable in defaults/main for the
ansible_local.numanodesarray, so users could replace that as well?