{"id":23235929,"url":"https://github.com/hack-light/devops-projects","last_synced_at":"2026-04-17T01:32:04.940Z","repository":{"id":64912144,"uuid":"541706625","full_name":"Hack-Light/devops-projects","owner":"Hack-Light","description":"Real world project from project based learning platform - darey.io","archived":false,"fork":false,"pushed_at":"2023-01-20T09:40:50.000Z","size":108816,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T20:36:28.567Z","etag":null,"topics":["ansible","apache","artifactory","cicd","jenkins","load-balancer","mongodb","nfs-server","nginx","red-hat-linux","sonarqube","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hack-Light.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-26T17:31:54.000Z","updated_at":"2024-10-16T08:38:55.000Z","dependencies_parsed_at":"2023-02-12T01:15:41.649Z","dependency_job_id":null,"html_url":"https://github.com/Hack-Light/devops-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hack-Light/devops-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hack-Light%2Fdevops-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hack-Light%2Fdevops-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hack-Light%2Fdevops-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hack-Light%2Fdevops-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hack-Light","download_url":"https://codeload.github.com/Hack-Light/devops-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hack-Light%2Fdevops-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31911460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","apache","artifactory","cicd","jenkins","load-balancer","mongodb","nfs-server","nginx","red-hat-linux","sonarqube","ubuntu"],"created_at":"2024-12-19T03:29:57.875Z","updated_at":"2026-04-17T01:32:04.914Z","avatar_url":"https://github.com/Hack-Light.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEVOPS PROJECTS\n\n\u003e PROJECT BASED DEVOPS TRAINING FROM [DAREY.IO](https://darey.io)\n\n### [PROJECT 1](./Project%201/) - LAMP STACK IMPLEMENTATION\n\nDeployed a simple website using the technology stack - Linux, Apache, MySQL and PHP\n\n---\n\n### [PROJECT 2](./Project%202/) - LEMP STACK IMPLEMENTATION\n\nDeployed a simple website using the technology stack - Linux, NGINX, MySQL and PHP\n\n---\n\n### [PROJECT 3](./Project%203/) - SIMPLE TO-DO APPLICATION ON MERN WEB STACK\n\nDeployed a todo aplication that was built on the following stack - MongoDB, Express, React, Node.\n\n---\n\n### [PROJECT 4](./Project%204/) - MEAN STACK DEPLOYMENT TO UBUNTU IN AWS\n\nDeployed a simple aplication that was built on the following stack - MongoDB, Express, Angular, Node.\n\n---\n\n### [PROJECT 5](./Project%205/) - CLIENT/SERVER ARCHITECTURE USING A MYSQL RELATIONAL DATABASE MANAGEMENT SYSTEM\n\nWorked with 2 servers to simulate MySLQ server and MySQL client and how to connect the 2.\n\n\u003e **Interesting fact:** `MySQL` is an open-source relational database management system. **Its name is a combination of `My`, the name of co-founder Michael Widenius’s daughter**, and `SQL`, the abbreviation for Structured Query Language.\n\n---\n\n### [PROJECT 6](./Project%206/) - WEB SOLUTION WITH WORDPRESS\n\nIn this project I prepared a storage infrastructure on two Linux servers and implemented a basic web solution using `WordPress`. WordPress is a free and open-source content management system written in PHP and paired with MySQL or MariaDB as its backend Relational Database Management System (RDBMS).\n\n#### This project consists of two parts:\n\n1. Configure storage subsystem for Web and Database servers based on Linux OS. The focus of this part is to give you practical experience of working with disks, partitions and volumes in Linux.\n\n2. Install WordPress and connect it to a remote MySQL database server. This part of the project will solidify your skills of deploying Web and DB tiers of Web solution.\n\n---\n\n### [PROJECT 7](./Project%207/) - DEVOPS TOOLING WEBSITE SOLUTION\n\nIn this project you will implement a solution that consists of the following components:\n\n- Infrastructure: AWS\n\n- Webserver Linux: Red Hat Enterprise Linux 8\n\n- Database Server: Ubuntu 20.04 + MySQL\n\n- Storage Server: Red Hat Enterprise Linux 8 + NFS Server (LVM)\n\n- Programming Language: PHP\n\n- Code Repository: GitHub\n\n---\n\n### [PROJECT 8](./Project%208/) - LOAD BALANCER SOLUTION WITH APACHE\n\nDeployed and configured an Apache Load Balancer for Tooling Website solution on a separate Ubuntu EC2 intance. Made sure that users can be served by Web servers through the Load Balancer.\n\n---\n\n### [PROJECT 9](./Project%209/) - CONTINOUS INTEGRATION PIPELINE FOR TOOLING WEBSITE\n\nIn this project I utilized Jenkins CI capabilities to make sure that every change made to the source code in GitHub `https://github.com/Hack-Light/tooling` will be automatically be updated to the Tooling Website.\n\n---\n\n### [PROJECT 10](./Project%2010/) - LOAD BALANCER SOLUTION WITH NGINX AND SSL/TLS\n\nIn this project I registered a website with LetsEnrcypt Certificate Authority, and automated certificate issuance using a shell client recommended by LetsEncrypt – `cetrbot`.\n\n#### This project consists of two parts:\n\n1. Configure Nginx as a Load Balancer\n2. Register a new domain name and configure secured connection using SSL/TLS certificates\n\n---\n\n### [PROJECT 11](./Project%2011/) - ANSIBLE (AUTOMATE PROJECT 7 TO 10)\n\nThis Project made me appreciate DevOps tools even more by making most of the routine tasks automated with Ansible Configuration Management, at the same time I become confident at writing code using declarative language such as YAML.\n\n#### Task\n\n- Installed and configured Ansible client to act as a Jump Server/Bastion Host\n- Created a simple Ansible playbook to automate servers configuration\n\n---\n\n### [PROJECT 12](./Project%2012/) - ANSIBLE REFACTORING AND STATIC ASSIGNMENTS (IMPORTS AND ROLES)\n\nIn this project, I continued working with `https://github.com/Hack-Lightansible-config-mgt` repository and made some improvements on the code. I refactored the Ansible code, created assignments, and learned how to use the imports functionality. Imports allow to effectively re-use previously created playbooks in a new playbook – it allows you to organize your tasks and reuse them when needed.\n\n---\n\n### [PROJECT 13](./Project%2013/) - ANSIBLE DYNAMIC ASSIGNMENTS (INCLUDE) AND COMMUNITY ROLES\n\nI continued configuring my UAT servers, learning and practicing new Ansible concepts and modules.\n\n---\n\n### [PROJECT 14](./Project%2013/) - EXPERIENCE CONTINUOUS INTEGRATION WITH JENKINS | ANSIBLE | ARTIFACTORY | SONARQUBE | PHP\n\nIn this project, I understood and got hands on experience around the entire concept around CI/CD from applications perspective.\n\n\u003e To fully gain real expertise around this idea, it is best to see it in action across different programming languages and from the platform perspective too.\n\n\u003e From the application perspective, we will be focusing on PHP here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-light%2Fdevops-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhack-light%2Fdevops-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-light%2Fdevops-projects/lists"}