Skip to content
Top Menu
May 14, 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-Facts-Example
DEVOPS

Ansible Facts: How to Gather and Use Them Seamlessly

January 23, 2025April 12, 2025 - by Hitesh Jethva

Ansible facts are pieces of information about the remote system that Ansible gathers before executing tasks in a playbook. These facts, stored as variables, provide details about the system’s hardware, …

Ansible Facts: How to Gather and Use Them Seamlessly Read More
Ansible-cron-Module-Examples
DEVOPS

How to Use Ansible Cron Module + Examples

January 23, 2025April 12, 2025 - by Hitesh Jethva

Automating repetitive tasks is one of the essential steps in large-scale environments. The Ansible cron module simplifies this by allowing administrators to manage cron jobs on remote systems. Cron jobs …

How to Use Ansible Cron Module + Examples Read More
Ansible Async and Poll Example
DEVOPS

Ansible Async and Poll: Handle Long Running Tasks

January 20, 2025April 12, 2025 - by Hitesh Jethva

Managing long running tasks in Ansible is often challenging due to default timeout limitations. With async and poll, Ansible provides the flexibility to run tasks asynchronously, monitor their progress, and …

Ansible Async and Poll: Handle Long Running Tasks Read More
Ansible uri Module Example
DEVOPS

Ansible URI Module Explained with Examples

January 20, 2025April 12, 2025 - by Hitesh Jethva

The Ansible URI module is a powerful tool for interacting with HTTP and REST APIs. It allows you to send HTTP requests and handle responses directly from your playbooks, making …

Ansible URI Module Explained with Examples Read More
Ansible Wait_for Module Example
DEVOPS

Use Ansible wait_for Module for Ensuring Task Completion

January 19, 2025April 12, 2025 - by Hitesh Jethva

The wait_for module allows Ansible to pause until a specific condition is met. For example, when automating a service’s deployment, you may need to ensure that a required port is …

Use Ansible wait_for Module for Ensuring Task Completion Read More
Ansible fetch Module Examples
DEVOPS

Ansible Fetch Module: Explained with Examples

January 19, 2025April 12, 2025 - by Hitesh Jethva

The fetch module in Ansible is used to transsfer files from remote hosts to the local machine running the playbook. This is the reverse operation of the copy module, which …

Ansible Fetch Module: Explained with Examples Read More
Ansible get_url Modul Examples
DEVOPS

Ansible Get_URL Module: Download Files From a Specific URL

January 18, 2025April 12, 2025 - by Hitesh Jethva

The get_url modules allows Ansible to download files from specified URLs and save them to a local or remote machine. This is particularly useful when working with remote servers, as …

Ansible Get_URL Module: Download Files From a Specific URL Read More
Ansible Retry Examples
DEVOPS

How to Retry a Task Until Condition Met in Ansible

January 18, 2025April 12, 2025 - by Hitesh Jethva

Ansible allows you to retry a task until a specified condition is met. This feature is useful when working with tasks that depend on external events or conditions, such as …

How to Retry a Task Until Condition Met in Ansible Read More
Ansible-Tags-Example
DEVOPS

How to Use Tags in Ansible Playbooks with Examples

January 11, 2025April 12, 2025 - by Hitesh Jethva

Playbooks often include many tasks, some of which may not be necessary every time you run the playbook. Ansible tags provide a powerful way to manage which tasks run and …

How to Use Tags in Ansible Playbooks with Examples Read More
ping-module-in-ansible
DEVOPS

How to Use Ping Module in Ansible with Examples

January 11, 2025April 12, 2025 - by Hitesh Jethva

The ping module is part of the Ansible core and verifies connectivity between the control node and managed nodes. It helps confirm that the target systems are reachable, properly configured, …

How to Use Ping Module in Ansible with Examples Read More

Posts pagination

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