How to install and Configure Rundeck?

System Requirements for Rundeck

Supported Operating Systems:

  • Red Hat Enterprise Linux
  • Oracle Linux
  • CentOS
  • Debian
  • Ubuntu
  • Windows Server

Amazon EC2

  • Instance size of m3.medium or larger
  • An instance size of m3.xlarge or larger if there are more than 100 hosts

Supported Database.

  • Mysql version
  • Mariadb version
  • Postgres version
  • Oracle version

Supported Log store

  • File system
  • S3 compatible object store

Others Important

  • JAVA 8 or 11 Installed.
  • 2 CPUs – 2 CPUs per instance
  • 4 GB RAM – 4GB for the JVM instance
  • 20 GB hard disk

Network access

  • 4440 (http) & 4443 (https)
  • Port 4440|4443 | netstat -an | egrep ‘4440|4443’

Install Rundeck Method

Docker


$ docker run --rm -it -p 4440:4440 rundeckpro/enterprise:4.0.1

or

$ docker info
$ docker ps
$ docker run --name rundeck-opensource -d -e RUNDECK_GRAILS_URL=http://3.111.53.239:4440 -e RUNDECK_SERVER_ADDRESS=0.0.0.0 -p 4440:4440 -v data:/home/rundeck/server/data rundeck/rundeck:4.0.1
$ docker ps -a
$ ls 
# Access - http://3.111.53.239:4440/
with admin/admin

Installing on Ubuntu or Debian Linux distributions





Rundeck pro enterprise in Centos/Redhat



Tomcat

Windows

Configure database

Configure Rundeck

/etc/rundeck/
/var/lib/rundeck/

OR

$RDECK_BASE/etc/
$RDECK_BASE/server/config/

DEB/RPM layout

/etc/rundeck/
├── admin.aclpolicy
├── apitoken.aclpolicy
├── artifact-repositories.yaml
├── framework.properties
├── jaas-loginmodule.conf
├── log4j.properties
├── profile
├── project.properties
├── realm.properties
├── rundeck-config.properties
├── rundeckpro-license.key
├── ssl
│   ├── ssl.properties
│   ├── keystore (not packaged)
│   └── truststore (not packaged)
├── system-job_reader.aclpolicy_template
├── system-job_runner.aclpolicy_template
├── system-job_viewer.aclpolicy_template
├── system-job_writer.aclpolicy_template
└── system-project_admin.aclpolicy_template

/var/lib/rundeck/
├── bootstrap
├── data
├── libext
├── logs
├── projects
├── repository
├── var
└── work

Launcher layout

$RDECK_BASE/etc/
├── admin.aclpolicy
├── apitoken.aclpolicy
├── framework.properties
├── preferences.properties
├── profile
├── profile.bat
└── project.properties

$RDECK_BASE/server/config/
├── artifact-repositories.yaml
├── jaas-loginmodule.conf
├── log4j.properties
├── realm.properties
├── rundeck-config.properties
└── ssl.properties
Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x