DevOps Projects

Collection of my DevOps projects


I tried to run my MERN stack application (BeeMusic) with docker compose in my Azure VM.


Jenkins & Sonarqube pipeline for a Maven project. Jacoco is used for code coverage and the results are published to the Sonarqube server. After everything is finished we send the results to slack and e-mail accordingly.


Grafana Loki & Promtail for log aggregation and visualization. Wanted to practice getting logs from different servers and different kind of applications and visualize them in Grafana.


Ansible playbook to setup NGINX and host in a remote server. It can host a static website or webapps like Next.js, React, Angular, etc. also, it can be used to set up a reverse proxy.