Skip to content
Top Menu
October 12, 2025
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

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

Author: Hitesh Jethva

Ansible Shell Module Examples
DEVOPS

How to Run Remote Commands with Ansible Shell Module

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

Managing remote Linux systems often requires running custom shell commands. The Ansible shell module is a powerful tool that lets you execute arbitrary shell commands on target hosts. Unlike the …

How to Run Remote Commands with Ansible Shell Module Read More
Install Ansible on Ubuntu Mac Windows
DEVOPS

How to Install Ansible on Linux, Mac, and Windows

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

Ansible is a powerful automation tool used for configuration management, application deployment, and task automation. It’s known for its simplicity and ease of use, making it a popular choice among …

How to Install Ansible on Linux, Mac, and Windows Read More
Ansible Check if File or Directory Exists
DEVOPS

Ansible Check If Files or Directories Exist

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

When automating tasks with Ansible, you often need to check if a specific file or directory exists on a remote host. This can be useful in scenarios where certain actions …

Ansible Check If Files or Directories Exist Read More
Ansible Git Module
DEVOPS

How to Clone a Git Repository Using Ansible Git Module

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

Cloning a Git repository using Ansible is a simple way to automate code deployments and version control tasks. The Ansible git module allows you to clone, update, and manage repositories …

How to Clone a Git Repository Using Ansible Git Module Read More
Ansible Find Module
DEVOPS

Ansible find Module with Practical Examples

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

The find module in Ansible helps automate the process of locating files and directories across multiple remote servers. This is useful for cleaning up old files, gathering information, or performing …

Ansible find Module with Practical Examples Read More
Ansible apt_repository Module
DEVOPS

How to Add Repositories on Ubuntu/Debian Systems

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

The apt_repository module in Ansible allows you to manage APT repositories on Debian-based systems. It lets you add, remove, or update software sources on remote servers. The apt_key module manages …

How to Add Repositories on Ubuntu/Debian Systems Read More
Ansible File Module
DEVOPS

How to Create Files and Directories with Ansible File Module

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

The Ansible File module is a powerful feature for managing files and directories on remote hosts. It allows you to perform various operations, such as creating, deleting, and modifying files …

How to Create Files and Directories with Ansible File Module Read More
Ansible Playbook Dry Run and Check Mode
DEVOPS

Ansible Dry Run: How to Run Playbook in “Check Mode”

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

Check mode (–check) is a feature in Ansible that allows you to run playbooks without making any changes to the target systems. This mode is also known as a “dry …

Ansible Dry Run: How to Run Playbook in “Check Mode” Read More
Ansible Script Module
DEVOPS

Run a Script on a Remote Server with Ansible Script Module

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

Automating tasks across multiple servers can be efficiently handled using Ansible. One of the powerful features Ansible offers is the ability to execute shell scripts on remote servers using the …

Run a Script on a Remote Server with Ansible Script Module Read More
Ansible Yum Module
DEVOPS

Ansible yum module: Install RHEL/CentOS Packages

February 11, 2025July 11, 2025 - by Hitesh Jethva

The Ansible yum module manages packages on systems that use the YUM package manager, such as CentOS, RHEL, RockyLinux, and Fedora. This module allows administrators to install, update, remove, or …

Ansible yum module: Install RHEL/CentOS Packages Read More

Posts pagination

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