sous-chefs / rundeck

Development repository for the rundeck cookbook
https://supermarket.chef.io/cookbooks/rundeck
Apache License 2.0
46 stars 68 forks source link

Updating profile #235

Closed gangadhar01a closed 5 years ago

gangadhar01a commented 5 years ago

Hi,

Is there a way to update/add the parameters under profile?

I need to add/update the following param's

"-Djava.security.auth.login.config=/etc/rundeck/jaas-loginmodule.conf \ -Dloginmodule.name=ldap \ RDECK_HTTPS_PORT=${RDECK_HTTPS_PORT:-8090} -Djava.security.krb5.realm=hautelook.local -Djava.security.krb5.kdc=prod-adc2.hautelook.local export RDECK_JVM="$RDECK_JVM -Dcom.dtolabs.rundeck.jetty.jaas.LEVEL=DEBUG -Drundeck.ssl.config=/etc/rundeck/ssl/ssl.properties -Dserver.https.port=${RDECK_HTTPS_PORT} -Drundeck.jetty.connector.forwarded=true"

gangadhar01a commented 5 years ago

Hi @PowerSchill , I am sorry if you are the wrong person to be tagged here. Just want check is there way to update and add parameters in profile.

I need to update RDECK_HTTPS_PORT:-8090

and need to add -Djava.security.krb5.realm=hautelook.local -Djava.security.krb5.kdc=prod-adc2.hautelook.local export RDECK_JVM="$RDECK_JVM -Dcom.dtolabs.rundeck.jetty.jaas.LEVEL=DEBUG -Drundeck.ssl.config=/etc/rundeck/ssl/ssl.properties -Dserver.https.port=${RDECK_HTTPS_PORT} -Drundeck.jetty.connector.forwarded=true"

Thank you!

gangadhar01a commented 5 years ago

Nvm @PowerSchill , We have decided to run rundeck on port 4443 and using "custom_jvm_properties" required parameters updated in profile file.

Thank you!

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.