RBRajesh Bindevrajesh.hashnode.dev路19h ago 路 7 min readDay 90: Managing ACLs Using Ansible | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved creating files and configuring Access Control Lists (ACLs) on multiple application servers in the Stratos Datacenter. This task help00
RBRajesh Bindevrajesh.hashnode.dev路2d ago 路 6 min readDay 89: Ansible Manage Services | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved installing and managing the vsftpd service on multiple application servers in the Stratos Datacenter. This task helped me understand00
RBRajesh Bindevrajesh.hashnode.dev路3d ago 路 7 min readDay 88: Ansible Blockinfile Module | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved installing and configuring the Apache HTTP server on multiple application servers in the Stratos Datacenter. I also learned how to u00
RBRajesh Bindevrajesh.hashnode.dev路3d ago 路 7 min readDay 87: Install Packages on App Servers using Ansible | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved installing a software package on multiple application servers in the Stratos Datacenter. This exercise helped me understand how Ansi00
RBRajesh Bindevrajesh.hashnode.dev路4d ago 路 5 min readDay 86: Ansible Ping Module Usage | 100 Days of DevOpsContent Today I worked on validating connectivity between an Ansible controller and managed nodes using the Ansible Ping module. Before running any playbooks in a production-like environment, it is i00
VVinuthnainvinuthna.hashnode.dev路4d ago 路 6 min read馃惓 Docker with Python: Build and Run a Flask Application Step-by-StepIntroduction When developing Python applications, one common problem developers face is: "It works on my machine, but not on the server." This usually happens because every machine has a different e00
RBRajesh Bindevrajesh.hashnode.dev路5d ago 路 7 min readDay 85: Create Files on App Servers using Ansible | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved creating a file on multiple application servers in the Stratos Datacenter. This exercise helped me understand how Ansible manages fi00
RBRajesh Bindevrajesh.hashnode.dev路6d 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
GBGanesh Boggarapuinganeshbkrp.hashnode.dev路Jun 23 路 1 min readHow is Ansible different from Chef & Puppet?Ansible is one of the widely used tools in DevOps automation for configuration management, especially when compared with Chef and Puppet. There are several reasons for its popularity. Agentless approa00
RBRajesh Bindevrajesh.hashnode.dev路Jun 22 路 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