Contents
hide
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
How to access Rundeck using IP Address
28 vi rundeck-config.properties
29 history
30 sudo systemctl daemon-reload
31 sudo service rundeckd restart
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
Latest posts by Rajesh Kumar (see all)
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024
- Introduction to System Operations (SymOps) - October 30, 2024