RBRajesh Bindevrajesh.hashnode.dev·7h 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·1d 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
RBRajesh Bindevrajesh.hashnode.dev·2d ago · 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
RBRajesh Bindevrajesh.hashnode.dev·3d ago · 4 min readDay 82: Create Ansible Inventory for App Server Testing | 100 Days of DevOpsContent Today I worked on creating an Ansible inventory file for testing playbooks on a remote application server. This task helped me understand how Ansible inventories define target hosts, how conn00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·3d ago · 15 min readStop Writing Repetitive Playbooks: Ansible Tags, Variables, Loops, Handlers and Conditions DecodedThe Setup Module: Reading Your Servers Before you configure remote machines, it often helps to know what you are working with. The setup module is Ansible's built-in tool for collecting detailed syste10
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·5d ago · 13 min readAnsible Playbooks Explained: From First YAML File to Managing Real ServersWhat Is a Playbook? A playbook is a YAML file where you define what Ansible should do on your remote servers. It is a structured list of tasks, and each task calls an Ansible module to do something sp10
RRRyan Rodrigueinblog.wizard-networks.com·May 23 · 12 min readFrom Scripts to Single Source: The Construct for Reproducible Home InfrastructureMost home labs are a patchwork of one-off scripts. A Bash file here, a manual docker compose up there, and a README note that says "run this first." It works until it doesn't. When something breaks at00
Rrohitpsawant05inrohit-ansible-linux.hashnode.dev·Apr 11 · 2 min readEpisode 8: Ansible Templates & Jinja2 – Dynamic Configuration in ActionCopying the same configuration file to multiple servers works… until values start changing. Different environments need different ports, domains, users, and settings. So how do we make configuration d00
KLKgosi Leburuincodednetwork.com·Apr 7 · 12 min readAnsible for Network Automation Ansible, developed by Red Hat, is an open-source platform. Our focus is on Ansible Core, the open-source version. Red Hat also provides a commercial product, Ansible Tower, which enhances Ansible Core00
Rrohitpsawant05inrohit-ansible-linux.hashnode.dev·Mar 20 · 2 min readEpisode 6: Hands-On Ansible Roles - Real-Time Code ExamplesIntroduction In the previous episode, we explored how to structure automation using Ansible Roles and understood their directory layout. In this episode, we move from theory to hands-on implementation00