-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
set JAVA_OPTS #18
Comments
If you want to create a task to support a standalone.conf template that would be ok. Actually I'm ok with most additions as long as they're retro-compatible (ideally). I also notice you added some more PRs; I have some free time today so I think I can review some of them, please be patient and thank you very much for your additions :) |
Yeah.. I've added a lots of stuff. |
But still. |
I'm not sure if this is what you are referring to since I'm not very Java savvy but I think I'd use wildfly.conf.j2 to add |
I don't care for CentOS7 and systemd so the hell with it) |
Hello! I need to pass a bunch of JAVA_OPTS
e.g.
and such to wildfly.
Usually my team injects those to
{{ wildfly_dir }}/bin/standalone.conf
But this is not possible using this role 'cause it does not manage template for that file.
What be a good solution to this problem?
I'm thinking about adding a task to solve this but what would be a best option?
I could add template for {{ wildfly_dir }} /bin/standalone.conf or a
blockinfile
taskWhat do you think?
The text was updated successfully, but these errors were encountered: