The Rundeck GUI has a Configuration Page which contains lets you view and manage some configuration settings.
If you have admin
role access, when you log in you will see the "Configure" icon in the header:
Configure page link
This page contains links to manage Project configuration as well as system level configuraiton information.
Configure menu
The selected project will be displayed with basic configuration options, and the list of configure Resource Model Sources, as well as the default Node Executor and File Copier settings.
If you click on "Project Configuration", you will be taken to the Project Configuration form where you can view and edit the configuration.
Project Configuration Form
There are several configuration sections: Resource Model Sources, Default Node Executor, and Default File Copier sections. Each section is described below:
This section lets you add and modify Resource Model Sources for the project. These sources contain the node definitions for the project. One source will already be defined as a result of the inital project creation. You can figure as many as you need. Rundeck will aggregate the data from each one providing a merged view.
To add a new one, click "Add Source". You are prompted to select a type of source. The list shown will include all of the built-in types of sources, as well as any Plugins you have installed.
Add Resource Model Source
When you click "Add" for a type, you will be shown the configuration options for the type.
Configure Resource Model Source
You can then click "Cancel" or "Save" to discard or add the configuration to the list.
Each item you add will be shown in the list:
Configured Source
To edit an item in the list click the "Edit" button. To delete an item in the list click the "Delete" button.
Each type of Resource Model Source will have different configuration settings of its own. The built-in Resource Model Source providers are shown below.
You can install more sources as plugins, see Resource Model Source Plugins.
This is the File Resource Model Source configuration form:
File Resource Model Source
See File Resource Model Source Configuration for more configuration information.
Allows a directory to be scanned for resource document files. All files with an extension supported by one of the Resource Model Document Formats are included.
Directory Resource Model Source
See Directory Resource Model Source Configuration for more configuration information.
This source can run an external script to produce the resource model definitions.
Script Resource Model Source
See Script Resource Model Source Configuration for more configuration information.
This source performs a HTTP GET request on a URL to return the resource definitions.
URL Resource Model Source
See URL Resource Model Source Configuration for more configuration information.
When Rundeck executes a command on a node, it does so via a "Node Executor". The most common built-in Node Executor is the "SSH" implementation, which uses SSH to connect to the remote node, however other implementations can be used.
Select the Default Node Executor you wish to use for all remote Nodes for the project:
Default Node Executor Choice
You can install more types of Node Executors as plugins, see Node Execution Plugins.
When Rundeck executes a script on a node, it does so by first copying the script as a file to the node, via a "File Copier". (It then uses a "Node Executor" to execute the script like a command.)
The most common built-in File Copier is the "SCP" implementation, which uses SCP to copy the file to the remote node, however other implementations can be used.
Select the Default File Copier you wish to use for all remote Nodes for the project:
Default File Copier Choice
You can install more types of File Copiers as plugins, see Node Execution Plugins.
This page displays key configuration settings. Modify the associated configuration file to change a configuration setting.
System settings
System security is managed through configuration files. This page describes the current settings the files to change them.
Security settings
The System Report page gives you a breakdown of some of the Rundeck server's system statistics and information:
System Report Page
This information is also available via the API: API > System Info
This page lists the Rundeck and third party library licenses.