configure haproxy Using ansible roles venkatesh pensalwarMarch 30, 2021APACHE WEB SERVER The Apache HTTP Server, colloquially called Apache, is a free and open-source cross-platform web server software, released...
Increase And Decrease Size Of Static Linux partitions venkatesh pensalwarMarch 30, 2021 Task Objective:- Statement: In Linux, find how to increase and decrease the size of static Linux partitions without losing our data Disk...
Automating LVM Using Python Script venkatesh pensalwarMarch 29, 2021Task Objective:- Automating LVM Partition using Python-Script. In the last Blog, we have seen how we can perform LVM Partionaing in Linux i...
understand core networking: route table venkatesh pensalwarMarch 29, 2021we know that with the help of the internet, we can visit any website or anywhere in the world, without any interruption, and behind the scen...
Python Automation Manager venkatesh pensalwarMarch 28, 2021 The post will be published soon .... Github Link: https://github.com/venkateshpensalwar/ARTH/blob/main/Automation.py
Create a Custom Network Topology Using Only Routing Table venkatesh pensalwarMarch 28, 2021We all know that with the help of firewalls we can restrict the specific system to connect to the internet or other system in the same netwo...
Create An Ansible playbook Which Dynamically Loads Variable File Named the Same As Os_Name And Configure The Os venkatesh pensalwarMarch 28, 2021Task Objective : Create an Ansible Playbook which will dynamically load the variable file named the same as OS_name and just by using the va...
Retrieve Container IP and Update Ansible Inventory Using Ansible venkatesh pensalwarMarch 28, 2021 WHAT IS DOCKER? Docker is a set of the platform as service products that use OS-level virtualization to deliver software in packages calle...
Setup Python Interpreter On Docker Container venkatesh pensalwarMarch 27, 2021 In the last blog, we have already seen how we can install docker in Linux especially in RedHat https://all-about-devops.blogspot.com/2021/...
Setup an Apache Web Server in a Docker Container venkatesh pensalwarMarch 27, 2021Task Objective:- Configure HTTPD Server on Docker Container so we can use it as a webserver What is Web-Server? A web server is a computer ...