RBRajesh Bindevrajesh.hashnode.dev·29m ago · 7 min readDay 84: Copy Data to App Servers using Ansible | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved copying a file from the jump host to multiple application servers in the Stratos Datacenter. This exercise helped me understand how 00
RBRajesh Bindevrajesh.hashnode.dev·1d ago · 5 min readDay 83: Troubleshoot and Create Ansible Playbook | 100 Days of DevOpsContent Today I worked on troubleshooting an existing Ansible configuration and creating a playbook to perform a simple file management task on a remote application server. This task helped me unders00
RBRajesh Bindevrajesh.hashnode.dev·2d ago · 4 min readDay 82: Create Ansible Inventory for App Server Testing | 100 Days of DevOpsContent Today I worked on creating an Ansible inventory file for testing playbooks on a remote application server. This task helped me understand how Ansible inventories define target hosts, how conn00
RBRajesh Bindevrajesh.hashnode.dev·3d ago · 8 min readDay 81: Jenkins Multistage Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Multistage Pipeline for xFusionCorp Industries. The objective was to automate the deployment of a static website hosted in a Gitea repository and deploy i00
RBRajesh Bindevrajesh.hashnode.dev·4d ago · 6 min readDay 80: Jenkins Chained Builds | 100 Days of DevOpsContent Today I worked on configuring Jenkins Chained Builds for xFusionCorp Industries. The DevOps team wanted a solution where Apache services on application servers would only restart after a succ00
RBRajesh Bindevrajesh.hashnode.dev·5d ago · 5 min readDay 79: Jenkins Deployment Job | 100 Days of DevOpsContent Today I worked on configuring a Jenkins deployment job for xFusionCorp Industries. The objective was to automatically deploy a web application whenever a developer pushed new code to the Git 00
RBRajesh Bindevrajesh.hashnode.dev·Jun 15 · 8 min readDay 78: Jenkins Conditional Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Conditional Pipeline for xFusionCorp Industries. The objective was to deploy different branches of a static website repository based on a Jenkins paramete00
RBRajesh Bindevrajesh.hashnode.dev·Jun 12 · 7 min readDay 77: Jenkins Deploy Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Pipeline job to automate the deployment of a static website for xFusionCorp Industries. The objective was to fetch the latest code from a Git repository h00
RBRajesh Bindevrajesh.hashnode.dev·Jun 11 · 7 min readDay 76: Jenkins Project Security | 100 Days of DevOpsContent Today I worked on configuring project-level security in Jenkins by granting specific permissions to individual users on an existing Jenkins job. The objective was to provide controlled access00
HLHatim Lohaingitworkflowjourney.hashnode.dev·Jun 10 · 2 min readLesson 1 — Git & GitHub JourneyLesson 1 — Git & GitHub Journey What is Git? Git is a version control system. It tracks: file changes code history who changed what rollback versions team collaboration Think like: Save Game Sy00