All Projects → rundeck → Rundeck

rundeck / Rundeck

Licence: apache-2.0
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

Programming Languages

groovy
2714 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
Vue
7211 projects

Projects that are alternatives of or similar to Rundeck

Runbook
A framework for gradual system automation
Stars: ✭ 531 (-88%)
Mutual labels:  automation, devops, devops-tools, sre, ops, operations, orchestration
Learn Devops
🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
Stars: ✭ 139 (-96.86%)
Mutual labels:  automation, devops, deployment, devops-tools
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (-95.1%)
Mutual labels:  automation, devops, deployment, devops-tools
Azure
Azure-related repository
Stars: ✭ 78 (-98.24%)
Mutual labels:  automation, ansible, devops, devops-tools
Gaia
Build powerful pipelines in any programming language.
Stars: ✭ 4,534 (+2.44%)
Mutual labels:  automation, devops, deployment, devops-tools
Provision
Digital Rebar Provision is a simple and powerful Golang executable that provides a complete API-driven DHCP/PXE/TFTP provisioning system.
Stars: ✭ 252 (-94.31%)
Mutual labels:  automation, devops, deployment, sre
Minicron
🕰️ Monitor your cron jobs
Stars: ✭ 2,351 (-46.88%)
Mutual labels:  automation, scheduler, devops, ops
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (-74.6%)
Mutual labels:  automation, devops, devops-tools, audit
Linuxbashshellscriptforops
Linux Bash Shell Script and Python Script For Ops and Devops
Stars: ✭ 298 (-93.27%)
Mutual labels:  automation, devops, sre, ops
Rhcsa8env
This is a RHCSA8 study environment built with Vagrant/Ansible
Stars: ✭ 108 (-97.56%)
Mutual labels:  automation, ansible, deployment
Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-96.66%)
Mutual labels:  automation, devops, orchestration
Dellemc Openmanage Ansible Modules
Dell EMC OpenManage Ansible Modules
Stars: ✭ 169 (-96.18%)
Mutual labels:  automation, ansible, devops
Awx Ha Instancegroup
Build AWX clustering on Docker Standalone Installation
Stars: ✭ 106 (-97.61%)
Mutual labels:  automation, ansible, devops
Netbox As Ansible Inventory
Ansible dynamic inventory script for Netbox.
Stars: ✭ 161 (-96.36%)
Mutual labels:  automation, ansible, devops
Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (-70.24%)
Mutual labels:  automation, ansible, devops
Ansible Rails
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
Stars: ✭ 199 (-95.5%)
Mutual labels:  automation, ansible, deployment
Mbt
The most flexible build tool for monorepo
Stars: ✭ 184 (-95.84%)
Mutual labels:  automation, devops, deployment
Ansible For Kubernetes
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Stars: ✭ 389 (-91.21%)
Mutual labels:  automation, ansible, devops
Touchdown
Cloud service orchestration framework for python
Stars: ✭ 10 (-99.77%)
Mutual labels:  automation, devops, deployment
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-93.63%)
Mutual labels:  automation, devops, deployment

Rundeck

Travis Deb RPM War
Travis CI Download Download Download

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes.

See the Release Notes for the latest version information.

To Build:

Primary build is supported with gradle. More info in the wiki.

Gradle Build

./gradlew build

Artifacts:

  • rundeckapp/build/libs/rundeck-X.Y.war

RPM and DEB package builds

To build .rpm and .deb packages, you must first clone the rundeck packaging repo into the rundeck repo. A sample list of simple build steps is below, where $RELEASE_VERSION is the version you want to build, i.e. 3.4.3

git clone https://github.com/rundeck/rundeck
cd rundeck
git checkout refs/tags/v$RELEASE_VERSION
git clone https://github.com/rundeck/packaging
./gradlew build -Penvironment=release
cd packaging

For 3.2.x builds, check out the maint-3.4.x branch of packaging

git checkout maint-3.4.x
mkdir -p artifacts
cp ../rundeckapp/build/libs/rundeck*.war artifacts/
./gradlew -PpackageRelease=$RELEASE_VERSION clean packageArtifacts

To build clean:

make clean

Installation

There are several install options: a self-contained war file, or RPM, or Debian.

To start from the rundeck-X.Y.war, put it in a directory named ~/rundeck, then execute:

java -Xmx1024m -Xms256m -XX:MaxMetaspaceSize=256m -server -jar rundeck-X.Y.war

If you'd like to install via RPM, you can use Yum:

rpm -Uvh http://repo.rundeck.org/latest.rpm
yum install rundeck

OR install directly from RPM:

rpm -ivh rundeck-2.0.0-xxx.rpm rundeck-config-2.0.0-xxx.rpm

Once the RPM is installed, execute:

sudo /etc/init.d/rundeckd start

The server should launch on port 4440, with default username/password of admin/admin.

For Debian, download the .deb from the downloads page, then run:

dpkg -i rundeck-2.0.0-x.deb
  • For more info and configuration information, see the Rundeck docs.

Requirements

Java 8 (openjdk, oracle)

Node JS 12

Documentation

Available online at https://docs.rundeck.com/docs

FAQ: https://github.com/rundeck/rundeck/wiki/FAQ

Development

Refer to the IDE Development Environment to get set up using IntelliJ IDEA or Eclipse/STS.

Do you have changes to contribute? Please see the Development wiki page.

License

Copyright 2020 Rundeck, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].