Ansible
Customizing Ansible: Ansible Module Creation
Ansible: is an open-source software for configuration management, provisioning and application deployment, it comes under the Infrastructure as a …
Decision Systems/Rule Base + Event-Driven Ansible
We use a rule base to find the new routing path with the lowest cost. RHDM gives the path from J to k. Kafka event is the communication channel for …
Introducing the Event-Driven Ansible & Demo
In AnsibleFest 2022, Red Hat announced an exciting new developer preview for Event-Driven Ansible. Event-Driven Ansible is a new way to enhance and …
How to build Ansible execution environment images for unconnected environments
Create a defined, consistent and portable environment for executing automation jobs on air-gapped or disconnected systems .
Integrating Ansible Automation Platform with DevOps Workflows
by Styava Azure Community Automation is the key to efficient DevOps workflows and with better tools and integrations, it is possible to implement …
Dynamic Scheduler in Ansible Automation Platform
This blog starts with one patching automation workshop. The customer’s procedure is that the end user raises a patching request. The request includes …
Ansible for Real-Life Automation – Your Key to Streamlined IT Infrastructure
In today’s dynamic world of IT, where managing infrastructure and automating tasks is essential for staying ahead, Ansible stands out as a powerful …
Python inside Ansible Playbook
I want to share some tips on how to directly use Python inside an Ansible playbook.
Running Ad Hoc commands from Ansible Automation Controller (Ansible Automation Platform)
Introduction The automation controller (formerly known as Ansible Tower ) is the control plane for the Ansible Automation Platform. The automation …
Ansible Automation Platform 1.2 to 2 Migration Guides
Image Source: [ansible.com/blog](https://www.ansible.com/blog/new-reference-architecture-red-hat-ansible-automation-platform-1.2-to-2-migration-guide) …
How to pass extra variables to an Ansible playbook
With Ansible, users have the flexibility to accept external input while executing their Ansible playbooks without changing the Ansible playbook …
How to send email using Ansible and Gmail
As part of your automation jobs, you can implement email notifications from Ansible itself instead of manually drafting and sending emails. Ansible …