Dockerizing Django- A Python Based Web-FrameworkIntroduction In the last post of the series, we saw a brief introduction to containerization and Docker. In this blog, we will see how to install Django- A Python-based web framework and run an application over it, and further, we will see how to doc...Nov 15, 2024·7 min read
Day 7-Project on Website Update on Remote Server Using Jenkins, Ansible and GitOct 14, 2024·8 min read
Day 6-Ansible Integration with JenkinsIntroduction In this blog, we will integrate a configuration management tool called Ansible with Jenkins. Further, we will run the ansible-playbook using Jenkins as a job. Benefits of integration Ansible is one of the significant tools of the CICD Pi...Oct 9, 2024·4 min read
Day 2 - Creating Ansible PlaybooksIntroduction Definition of Ansible Playbooks Ansible Playbooks are the YAML files that define a set of tasks to be executed on managed nodes. They are used to describe automation workflows in a human-readable format. Importance of Ansible in IT Autom...Oct 8, 2024·2 min read
Ansible- Introduction and InstallationIntroduction Definition and Overview Ansible is an Open-Source Configuration Management tool that helps us automate configuration management, application deployment, and task automation tasks across multiple servers centrally from a single server, th...Sep 30, 2024·4 min read
Day 5-Working on a remote server using JenkinsIntroduction We will now try connecting to a remote server basically another EC2 instance, establish the connection between the Jenkins server and this new instance, and further run the job to transfer the files on the remote server and execute it us...Sep 28, 2024·2 min read
GitHub Integration With Jenkins- Day 4Introduction In this post, I will walk through connecting Jenkins with GitHub to fetch code, run a job manually, and later automate it to trigger every time the code in the repository is updated. Whether you're just starting with Jenkins or looking t...Sep 26, 2024·5 min read
First Job on Jenkins- Day 3Introduction In this post, we’ll begin creating our first job in Jenkins. We’ll create a simple freestyle project executing a basic shell script and scheduling the same. By the end of this guide, you’ll have a good understanding of how Jenkins jobs w...Sep 24, 2024·4 min read