🚀 Central repository for reusable and modular CI/CD pipelines across multiple platforms. This includes workflows for GitHub Actions, GitLab CI, Jenkins, and infrastructure automation tools like Terraform, Ansible, and Docker.
This repository provides a centralised location for:
- Reusable CI/CD pipeline templates
- Infrastructure automation and provisioning
- Secure and consistent DevSecOps practices
- Version-controlled automation for internal and external projects
├── github-actions/ # Workflows for GitHub Actions
├── gitlab-ci/ # GitLab CI/CD templates
├── jenkins/ # Jenkinsfiles and pipeline libraries
├── ansible/ # Playbooks and automation scripts
├── terraform/ # Terraform modules for IaC
├── docker/ # Dockerfiles and container workflows
├── k8s/ # Kubernetes
└── templates/ # Shared YAML/Jenkins templates or common steps
---