Ansible Training

How to set up and use Python virtual environments for Ansible
It’s vital to test new technology before rolling it out into your production environment. I like to use Python virtual environments provided by the …
Using Ansible with Terraform – Ansible Real Life Series
Learn how to use Ansible with Terraform for provisioning the configurations and software.
How to Install Ansible AWX on Kubernetes (Upstream for Ansible Tower)
Let’s learn how to Install Ansible AWX on Kubernetes. The Ansible AWX Project is the fast-moving upstream project from which Red Hat Ansible Tower is …

How to install an Ansible Collection on a disconnected Ansible control node
In this tutorial, I demonstrate how and where to install Ansible Content Collections in an Ansible control node that has no internet access. The …

Ansible Automates 2020 on 9th & 10th September
Another good news during this unusual time as Ansible Automate 2020 is a Virtual Event this year and we all will get the chance to attend the same …

ansible-tower-service, Start or Stop Ansible Tower
Image: rockwellcollins.com | 01 Jan 2000 — Hand on throttle — Image by © Firefly Productions/CORBIS Learn Ansible : Automation with Ansible – All You …

Managing Ansible Facts
Ansible facts are nothing but some variables which are automatically discovered by the Ansible on managed hosts while running ansible adhoc commands …

Ansible and Jenkins integration – Red Hat Webinar
Join this Red Hat webinar to see how to use Jenkins pipelines to deploy simple applications using Ansible Tower.
Ansible Nested Loop with List and Dictionary
Ansible loops are simple and powerful with mixed data. You will sure say “awesome” when you realize the easiness with loops.

Deploying Roles With Ansible Galaxy
So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where you can find thousands of roles …

Implementing Ansible Roles
In a production environment, we will have hundreds and thousands of different types machines to handle. Hence the type of operations and …

Play with Ansible Playbooks
Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing one or more plays.