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

LinuxBuz

Tutorials for Linux

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

DEVOPS

Ansible Find Module
DEVOPS

Ansible find Module with Practical Examples

March 2, 2025April 12, 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, 2025April 12, 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, 2025April 12, 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, 2025April 12, 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, 2025April 12, 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, 2025April 12, 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
Ansible Replace Module
DEVOPS

Replace a String in a File with Ansible Replace Module

February 10, 2025April 12, 2025 - by Hitesh Jethva

The replace module in Ansible is used to search for a specified pattern in a file and replace it with a given string. This is particularly useful for making changes …

Replace a String in a File with Ansible Replace Module Read More
Ansible delegate_to Module
DEVOPS

How to Use Ansible delegate_to to Run Task on Specific Host

February 5, 2025April 12, 2025 - by Hitesh Jethva

In Ansible, tasks usually run on the hosts listed in the inventory file. However, there are times when you need to execute a task on a different host. Ansible’s delegate_to …

How to Use Ansible delegate_to to Run Task on Specific Host Read More
Ansible lineinfile Module Example
DEVOPS

Manage Lines in Text File with Ansible lineinfile Module

February 4, 2025April 12, 2025 - by Hitesh Jethva

Ansible’s lineinfile module allows you to manage lines in text files on remote hosts. This module is used when you need to ensure a specific line exists in a file …

Manage Lines in Text File with Ansible lineinfile Module Read More
Ansible copy Module Example
DEVOPS

Ansible Copy Module with Practical Examples

February 3, 2025April 12, 2025 - by Hitesh Jethva

Ansible’s copy module is a simple yet powerful tool for transferring files and directories between local and remote hosts. It provides various options to customize the copying process and is …

Ansible Copy Module with Practical Examples Read More

Posts pagination

Previous1234…9Next
Copyright © 2025 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.