Home > Software > Webdevelopment > Automation > Rundeck
Details
- Package ID
- rundeck
- Version
- 3.2.6
- Downloads
- 7960
- Website
- http://rundeck.org/index.html
Summary
Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.
Description
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.
Features
- Web API
- Distributed command execution
- Pluggable execution system (SSH by default)
- Multi-step workflows
- Job execution with on demand or scheduled runs
- Graphical web console for command and job execution
- Role-based access control policy with support for LDAP/ActiveDirectory
- History and auditing logs
- Open integration to external host inventory tools
- Command line interface tools
Package parameters
/InstallDir
- Rundeck installation directory, by defaultc:\rundeck
./Service
- Install rundeck Windows service. If value0
is specified, service will be created but not started./CliOpts
- Value forRDECK_CLI_OPTS
, by default-Xms1048m -Xmx2096m
./SslOpts
- Value forRDECK_SSL_OPTS
./AdminPwd
- Admin password, by defaultadmin
./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"
Notes
- The package performs installation that is described in official documentation. After installation, you can access the service via URL http://localhost:4440 or https://localhost:4443 if
EnableSsl
parameter is used. - To setup mail notifications edit
$RDECK_BASE/server/config/rundeck-config.properties
and edit allgrails.mail.*
settings. - You generally shouldn’t use
choco update
with this package because each release may have its own migration procedure. - Related package: rundeck-cli