
Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments. Rundeck provides a number of features that will alleviate time-consuming grunt work and make it easy for you to scale up your automation efforts and create self service for others. Teams can collaborate to share how processes are automated while others are given trust to view operational activity or execute tasks.
Rundeck allows you to run tasks on any number of nodes from a web-based or command-line interface. Rundeck also includes other features that make it easy to scale up your automation efforts including: access control, workflow building, scheduling, logging, and integration with external sources for node and option data.
/InstallDir - Rundeck installation directory, by default c:\rundeck./Service - Install rundeck Windows service. If value 0 is specified, service will be created but not started./CliOpts - Value for RDECK_CLI_OPTS, by default -Xms1048m -Xmx2096m./SslOpts - Value for RDECK_SSL_OPTS./AdminPwd - Admin password, by default admin./DateFormat - Date format in Java SimpleDateFormat notation. It is used for date in job Activity tab./DateFormatKo - Dates in recent executions are in moment.js format./RunningFormatKo - Dates in running executions are in moment.js format./TokenDuration - API token duration. Format: ##{ydhms} (years, days, hours, minutes, seconds)./EnableSsl - Use self signed SSL as described in SSL configuration.For example:
cinst rundeck --params "/InstallDir:c:\rundeck2 /AdminPwd:test123 /CliOpts:'-Xms2048m -Xmx4096m' /TokenDuration:10y /DateFormat:'yy-MM-dd HH:mm' /Service /EnableSsl"
EnableSsl parameter is used.$RDECK_BASE/server/config/rundeck-config.properties and edit all grails.mail.* settings.choco update with this package because each release may have its own migration procedure.