libre-ops / metabase

Ansible role for provisioning Metabase
https://galaxy.ansible.com/libre_ops/metabase
GNU General Public License v3.0
14 stars 7 forks source link

Allow customizing ExecStart command #1

Closed mcg closed 5 years ago

mcg commented 5 years ago

JVM usage varies widely. Need to be able to customize JVM arguments passed into the systemd service templet for the ExecStart.

Matt-Yorkley commented 5 years ago

Sounds useful. You want to submit a PR? Maybe something like this in the service:

{{ metabase_jvm_args | default(omit) }}

mcg commented 5 years ago

I'll cut a PR for this.

Using {{ metabase_jvm_args | default(omit) }} we won't have a default set in defaults/main.yml for this. Is that an issue and if so, how do you want that exposed to the user, readme or?