Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rundeck/rundeck
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
https://github.com/rundeck/rundeck
ansible audit automation deployment devops devops-team devops-tools hacktoberfest java operations ops orchestration runbook rundeck scheduler sre
Last synced: 6 days ago
JSON representation
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
- Host: GitHub
- URL: https://github.com/rundeck/rundeck
- Owner: rundeck
- License: apache-2.0
- Created: 2010-09-03T22:11:25.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:27:57.000Z (about 1 month ago)
- Last Synced: 2024-10-02T01:42:33.420Z (about 1 month ago)
- Topics: ansible, audit, automation, deployment, devops, devops-team, devops-tools, hacktoberfest, java, operations, ops, orchestration, runbook, rundeck, scheduler, sre
- Language: Groovy
- Homepage: http://rundeck.org
- Size: 202 MB
- Stars: 5,510
- Watchers: 203
- Forks: 915
- Open Issues: 714
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - rundeck/rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts (Groovy)
- awesome - rundeck - Service Operations: Give specific users access to your existing tools, services, and scripts | 9 hours ago | ([Groovy](#groovy))
README
Rundeck
========| Travis | Deb | RPM | War |
|--------|-----|-----|-----|
|[![Travis CI](https://travis-ci.org/rundeck/rundeck.svg?branch=master)](https://travis-ci.org/rundeck/rundeck/builds#)|[Download](https://www.rundeck.com/downloads)|[Download](https://www.rundeck.com/downloads)|[Download](https://www.rundeck.com/downloads)|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.* Site:
* Latest documentation:
* Get Help:
* Installation:
See the [Release Notes](https://docs.rundeck.com/docs/history/) for the latest version information.
How To Build:
=====Primary build is supported with gradle. More info in the [wiki](https://github.com/rundeck/rundeck/wiki/Building-and-Testing).
Requirements: Java 11, NodeJs 18
Build with Gradle
---Produces: `rundeckapp/build/libs/rundeck-X.Y.war`
./gradlew build
Docker Build
---Uses the war artifact and produces a docker image.
Creates image `rundeck/rundeck:SNAPSHOT`, you can define `-PdockerTags` to add additional tags
./gradlew :docker:officialBuild
Documentation
======Available online at
FAQ:
Development
======Refer to the [IDE Development Environment](https://github.com/rundeck/rundeck/wiki/IDE-Development-Environment) to get set up using IntelliJ IDEA or Eclipse/STS.
* [Issue tracker](https://github.com/rundeck/rundeck/issues) at github.com
Do you have changes to contribute? Please see the [Development](https://github.com/rundeck/rundeck/wiki/Development) wiki page.
License
======Copyright 2024 PagerDuty, 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 athttp://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.