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
Rrohitpsawant05inrohit-ansible-linux.hashnode.dev·Mar 29 · 6 min readEpisode 7: Role-Based OS Security Patching with AnsibleIntroduction: Keeping Linux servers updated with security patches is one of the most important responsibilities of a Linux administrator. In real-world environments, patching is not just about applyin00
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
Rrohitpsawant05inrohit-ansible-linux.hashnode.dev·Mar 11 · 5 min readEpisode 5 : Structuring Ansible Projects with RolesIntroduction: As Ansible automation grows, playbooks can quickly become large, complex, and difficult to maintain. How do DevOps teams organize automation so it remains scalable and reusable? As autom00
Rrohitpsawant05inrohit-ansible-linux.hashnode.dev·Mar 6 · 5 min readEpisode 4: Real-World Ansible Playbooks for Linux Admin TasksIntroduction In the previous episode, we learned how to write Ansible Playbooks and understood concepts like YAML structure, tasks, variables, and handlers. In this episode, we will focus on practical00