Skip to content
Top Menu
January 23, 2026
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

  • HOME
  • LINUX HOW TO
  • DEVOPS
  • RESOURCES
  • GAMES
  • ADVERTISE

Author: Hitesh Jethva

Ansible Inventory Guide
DEVOPS

Master Ansible YAML Inventory with Real-World Examples

March 16, 2025July 11, 2025 - by Hitesh Jethva

Managing your infrastructure at scale? Ansible inventories define which machines you’ll manage and how. Whether you’re working with a handful of servers or orchestrating thousands, organizing your Ansible inventory efficiently …

Master Ansible YAML Inventory with Real-World Examples Read More
Ansible changed_when and failed_when
DEVOPS

Ansible changed_when and failed_when with Examples

March 15, 2025July 11, 2025 - by Hitesh Jethva

Have you ever had an Ansible task report “changed” even though it didn’t really change anything? Or worse, mark a task as “failed” when the error was harmless? That’s where …

Ansible changed_when and failed_when with Examples Read More
Ansible Playbook hosts Option with Examples
DEVOPS

How to Use the Ansible Playbook hosts Option + Examples

March 15, 2025July 11, 2025 - by Hitesh Jethva

Ever wondered how Ansible knows where to run your tasks? That’s the job of the hosts option in your playbooks. Whether you’re deploying updates to your web servers or gathering system …

How to Use the Ansible Playbook hosts Option + Examples Read More
Ansible When Conditionals
DEVOPS

How to Use when for Conditional Task Execution in Ansible

March 14, 2025July 11, 2025 - by Hitesh Jethva

Ever wanted to run an Ansible task only if a condition is met? Whether it’s checking the operating system, available memory, a custom variable, or the result of a previous …

How to Use when for Conditional Task Execution in Ansible Read More
How to Add a User to Sudoers in Ansible
DEVOPS

How to Add a User to Sudoers in Ansible with Examples

March 13, 2025July 11, 2025 - by Hitesh Jethva

Managing sudo access across servers manually can be tedious and risky. A small typo in the /etc/sudoers file could lock you out of root access. That’s why automating this task …

How to Add a User to Sudoers in Ansible with Examples Read More
Ansible User Module Examples
DEVOPS

Add Users and Groups using Ansible User Module

March 13, 2025July 11, 2025 - by Hitesh Jethva

Managing user accounts is a fundamental task for any Linux administrator. With Ansible’s user module, you can automate the creation, modification, and removal of users and groups across multiple servers, …

Add Users and Groups using Ansible User Module Read More
Ansible Generate Random Password
DEVOPS

3 Ways to Create Users with Random Passwords in Ansible

March 12, 2025July 11, 2025 - by Hitesh Jethva

Creating users with strong, random passwords is critical to maintaining system security. Instead of generating and managing these manually, you can automate the process using Ansible, saving time while reducing …

3 Ways to Create Users with Random Passwords in Ansible Read More
Ansible service_facts Module
DEVOPS

Use Ansible service_facts to Manage Services Dynamically

March 12, 2025July 11, 2025 - by Hitesh Jethva

Managing system services dynamically is a common task in IT automation. The Ansible service_facts module helps you gather detailed information about all services running on a target host. You can …

Use Ansible service_facts to Manage Services Dynamically Read More
Ansible Unarchive Module Examples
DEVOPS

Top 6 Uses of Ansible Unarchive Module You Haven’t Tried Yet

March 10, 2025July 11, 2025 - by Hitesh Jethva

The Ansible unarchive module helps you automate the process of extracting files from compressed archives such as .tar.gz, .zip, or .bz2. It’s an essential tool for tasks like deploying application …

Top 6 Uses of Ansible Unarchive Module You Haven’t Tried Yet Read More
Ansible Playbooks Example
DEVOPS

7 Ansible Playbook Examples for Beginners

March 9, 2025July 11, 2025 - by Hitesh Jethva

Ansible Playbooks are the heart of Ansible automation. They provide a simple way to define automation workflows using YAML. Playbooks consist of instructions (tasks) that Ansible executes on remote machines. …

7 Ansible Playbook Examples for Beginners Read More

Posts pagination

Previous1…101112…22Next
Copyright © 2026 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.