ansible-playbook

Exploring Ansible Playbook Gather Facts for Displaying Network Information

Introduction In the realm of IT automation, Ansible stands out as a powerful tool for configuring and managing systems with simplicity and efficiency.

Continue reading

Streamlining Notifications with Ansible: Sending Email Reports

Introduction Automation has become the cornerstone of efficient IT operations in today’s fast-paced technological landscape.

Continue reading

Automate Redmine Installation on Ubuntu LTS 22.04 with Ansible

Introduction Welcome to a comprehensive guide on automating the installation of Redmine on Ubuntu LTS 22.

Continue reading

Mastering Regex in Ansible: Search, Extract, and Replace

Regular Expression A regular expression (regex) is a character pattern describing a set of strings.

Continue reading

Using Date, Time and Timestamp in Ansible Playbook

How to Use Date, Time, and Timestamp in Ansible Playbook Welcome to another episode of Ansible Pilot!

Continue reading

Ansible terminology - What is an Ansible Playbook?

What is an Ansible Playbook? I will show you a live Playbook with some simple Ansible code.

Continue reading

Current ansible-playbook Path - playbook_dir Magic Variable - Ansible Tip and Tricks

How to display the Current ansible-playbook Path? I’m going to show you how to Use the “playbook_dir” Ansible Magic Variable in Ansible Playbook with a live Playbook and some simple Ansible code.

Continue reading

Master Ansible Magic Variables: A Practical Playbook Guide

How to Use Ansible Magic Variables in Ansible Playbook I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to Dry Run an Ansible Playbook: Check & Diff Modes

How to Dry Run an Ansible Playbook? The check and diff modes are extremely useful to have a clear vision of the changes that are going to be performed on the target node.

Continue reading

Use Date and Time in Ansible Without Facts

How to use Date, Time, and Timestamp without Facts in Ansible Playbook.

Continue reading

Filter A List By Its Attributes - Ansible selectattr filter

How to Filter A List By Its Attributes in an Ansible Playbook?

Continue reading

How to Run Only One Task in Ansible Playbook? - Ansible tags statement

How to run only one task in an Ansible Playbook? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading