github-universe-recap-25.hashnode.devGitHub Universe Recap '25 – Pune Edition!I was thrilled to attend the GitHub Universe Recap '25 at Novotel, Pune! This event was a deep dive into the future of AI-powered software development and how GitHub is shaping the next era of engineering. Key Takeaways from the Sessions: ✅ AI-Native...Dec 13, 2025·2 min read
sahilkaushal.hashnode.devDay 58 : Ansible PlaybooksAnsible Playbooks What Are Ansible Playbooks? Definition: Ansible Playbooks are YAML files that define a series of tasks to be executed on remote servers. They are designed to be human-readable and describe the automation tasks in plain language. P...Nov 23, 2024·3 min read
sahilkaushal.hashnode.devDay 57 : Ansible recapOn Day 55 and Day 56, we covered the basics of Ansible. Today, we will continue by covering some basics of other Ansible components, which we will discuss in detail in the coming days. Key Components Playbooks: Written in YAML. Define a series of...Sep 15, 2024·2 min read
sahilkaushal.hashnode.devDay 56 : Understanding Ad-hoc commands in AnsibleAd-hoc commands in Ansible are used to run simple, one-time tasks on remote nodes without writing a playbook. They are quick and efficient for tasks that don't need to be repeated often. What are Ad-hoc Commands? Ad-hoc commands are executed using th...Sep 15, 2024·2 min read
sahilkaushal.hashnode.devDay 55 : Understanding Configuration Management with AnsibleAnsible is an open-source automation tool used for configuration management, application deployment, and task automation. It simplifies complex tasks by allowing you to define them in a human-readable language called YAML. Key Features of Ansible Ag...Sep 15, 2024·2 min read