DevOps Toolkit is a collection of scripts, templates, and configurations aimed at automating various DevOps tasks. It provides ready-to-use resources for Kubernetes, Terraform, Ansible, and other DevOps tools to streamline cloud and infrastructure management.
- Kubernetes - Container orchestration
- Terraform - Infrastructure as Code (IaC)
- Ansible - Configuration management and automation
- Helm - Kubernetes package management
- AWS CloudFormation - Infrastructure automation
- Bash & Python - Scripting and automation
- Ready-to-use Terraform modules for AWS & GCP.
- Kubernetes deployment YAMLs for common use cases.
- Ansible playbooks for system configuration and automation.
- CI/CD pipeline templates for GitHub Actions and GitLab CI/CD.
- Security and compliance scripts for cloud environments.
DevOps-Toolkit/
│── terraform/ # Terraform modules for cloud automation
│── kubernetes/ # YAML manifests for Kubernetes deployments
│── ansible/ # Ansible playbooks for automation
│── scripts/ # Bash/Python scripts for DevOps tasks
│── cicd/ # CI/CD pipeline templates
│── docs/ # Documentation and usage guides
│── README.md # Project documentation
git clone https://github.com/manjunath-start/DevOps-Toolkit.git
cd DevOps-Toolkitcd terraform/aws
terraform init
terraform applykubectl apply -f kubernetes/deployment.yamlansible-playbook -i inventory ansible/playbook.ymlRefer to the docs directory for detailed setup instructions and guides.
We welcome contributions! Feel free to open issues and submit pull requests.
This project is licensed under the MIT License.
- Twitter: @manjunathdc_30
- LinkedIn: Manjunath
🚀 Let's automate DevOps workflows together!