Sarav is the creator and Founding Author of Devops Junction. He has 13+ years of experience in Software Development and Architecture. He has written around 250+ articles on various technologies.
In this post, we are going to see how to run the playbook locally on our Localhost on the control machine. How to run Ansible Playbook locally is one of the questions I used to have before I learnt it. Let me tell you how to Run Ansible Playbook Locally[...]
Read more
Introduction: In this post, we are going to see how to use docker httpd image and extend it to suit our needs and run the Apache web server as a Docker container. We are also going to implement a docker reverse proxy as an additional example Since we have targeted[...]
Read more
In this post, we are going to look at the steps required to configure the Jenkins and Tomcat and achieve Continuous Deployment and Continuous Integration. Jenkins Tomcat Deploy We are going to see how to pull the code from the Source Code Management Repository - GITHUB and deploy it to[...]
Read more
This is a Simple Python Flask Application to Upload files in various formats like CSV, XLS, XLSX, PDF, JPG, PNG, GIF, TXT and save those files into the File System The Application is Designed with a Simple interface to Upload a file in any of those aforementioned formats. The Supported[...]
Read more
The Objective Though you do everything Correct in terms of Installation and Configuration of Weblogic in CentOS and Linux. For Some Reason, the Weblogic Server would not come up or your WLST script would take years to complete. Your Weblogic Server Startup would be very slow or your WLST script[...]
Read more
Infrastructure as Code is a Brilliant Concept in DevOps and Packer and Terraform are two major technologies/products in this segment. Thanks to HashiCorp Imagine that you need to create an AWS EC2 instance for your company or for learning purpose with your AWS free tier account. How do you do[...]
Read more
Are you looking for a Shell Script that connects to remote server and executes some commands or another script? Are you looking for a Shell Script which SCP files to a remote server? Are you looking for Shell Script to SSH with Password and Automatically handle the Password Prompt? Wondering[...]
Read more
Creating Application is Tough, I agree. So does monitoring the application statistics like Number of Hits, Response time etc. But if we have the right tools in hand, we can do wonders In this post, we are going to develop a Simple NODE JS web application with StatsD and Graphite[...]
Read more
In this post, we are going to see how to download a file from URL using ansible get_url module in other words ansible curl. As we know it already, Ansible has a lot of built-in modules to accomplish all the tasks we might need for configuration management and automation. Ansible[...]
Read more
In this post, we are going to learn how to install a Tomcat Application Server or Web Container on Docker and Deploy web applications into the Tomcat running inside Docker. This post is all about Docker Tomcat and deploying war web application into tomcat docker, Sample Docker Tomcat image, Dockerfile[...]
Read more