Welcome to the DevOps Toolbox! This curated collection of tools, scripts, and resources aims to empower DevOps professionals by automating and streamlining operations across development and production environments. Whether you're setting up CI/CD pipelines, managing cloud infrastructure, or ensuring system security, this toolbox has something to offer.
To leverage the tools and scripts in this repository, you can either clone the entire repository to your local machine or directly download the specific tools you require. Here's how to get started:
# Clone the repository
git clone https://github.com/becloudready/devops-tools.git
cd devops-toolbox
Ensure you have the following installed:
- Git (for cloning the repository)
- Python 3.x (for Python scripts)
- Bash shell (for shell scripts)
- Any additional software or libraries required for individual tools or scripts (mentioned in their respective directories)
This repository offers a variety of tools categorized for your convenience:
- AWS Tools: Manage AWS resources like EC2, S3, and RDS instances using these scripts.
- Azure Tools: PowerShell and CLI scripts for Azure resource management.
- Jenkins Scripts: Groovy scripts for setting up Jenkins jobs.
- GitHub Actions Workflows: Ready-to-use workflows for CI/CD processes using GitHub Actions.
- Prometheus Configs: Configuration files for setting up Prometheus monitors.
- ELK Stack: Scripts and configurations for deploying the ELK stack.
- Audit Scripts: Scripts for system auditing and compliance checks.
- Security Automation: Tools for automating security patching and vulnerability scanning.
- MySQL Scripts: Scripts for database backup and restoration.
- MongoDB Scripts: Useful snippets for managing MongoDB databases.
We welcome contributions to this repository! Here's how you can get involved:
- Fork the Repository: Create a copy of this repository under your GitHub profile by clicking the 'Fork' button.
- Clone Your Fork: Clone your forked repository to your local machine (replace
yourusername
with your username).
git clone https://github.com/becloudready/devops-tools.git
- Create a New Branch: Navigate to the cloned directory and create a new branch for your contributions.
git checkout -b your-branch-name
- Make Your Changes: Feel free to add new tools or improve existing ones.
- Commit Your Changes: Once satisfied, add your changes to your branch.
git add .
git commit -m "Add your commit message here"
- Push to GitHub: Push your changes to your forked repository.
git push origin your-branch-name
- Open a Pull Request: Go to the original repository and submit a pull request by clicking 'Compare & pull request'. Fill out the pull request description for review.
We appreciate your contributions to making this DevOps toolbox even more valuable for the community!