π 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
---