We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Thanks for sharing this. Would just like to know how to pass VM arguments to the apps?
Cheers,
The text was updated successfully, but these errors were encountered:
Hello,
If you do not have any other solution i suggest you to take a look at https://github.com/orachide/ansible-role-springboot
I recently wrote this role and you can customize it with almost every parameter who want.
Hope this could help
@remyma can you also take a look to see if something is missing please?
Sorry, something went wrong.
As mentioned in the readme you can use springboot_configuration_template to pass a jinja template file for springboot configuration. You then can use all of the mentionned configuration : https://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.html#deployment-script-customization-conf-file
springboot_configuration_template
I think JAVA_OPTS is the one you need.
JAVA_OPTS
Matthieu
No branches or pull requests
Hi there,
Thanks for sharing this. Would just like to know how to pass VM arguments to the apps?
Cheers,
The text was updated successfully, but these errors were encountered: