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 moreAuthor: Sarav AK
Docker Reverse Proxy - Docker httpd apache example
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 moreJenkins Tomcat Deploy - Deploying Application to Tomcat using Jenkins
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 morePython Flask application to upload a file - Upload to FileSystem
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 moreWeblogic Slow Server Startup (or) Stuck WLST script - How to Fix it !
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 morePacker Build - Create and Build Packer Templates and Images for AWS
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 moreShell Script to SSH with Password - How to Handle Password Prompt
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 moreNodeJS StatsD with Graphite On Docker Example - Create Graphs and Metrics
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 moreAnsible get_url Examples - How to download file from URL
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 moreDocker Tomcat Example - Dockerfile for Tomcat, Docker Tomcat Image
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