By admin
How to use Jinja2 templates in Ansible with examples
Jinja2 is a very popular and powerful Python-based template engine. Since Ansible is written in Python, it becomes the default choice for most users, just ...
By admin
Jinja2 is a very popular and powerful Python-based template engine. Since Ansible is written in Python, it becomes the default choice for most users, just ...
By admin
In all the examples till now we have used password less communication by setting up a passphrase with no password. So that the controller is ...
By admin
If you remember during the Lab Environment setup with Pre-requisites I had mentioned that Python is a mandatory pre-requisite to be able to work with ...
By admin
Inventory contains a list of hostname or IP addresses and follows INI format. In Ansible, we have static and dynamic inventory. Even ad hoc actions ...
By admin
There are certain pre-requisites before we start with the installation and configuration of Ansible in our setup. Control Node Requirements Currently Ansible can be ...
By admin
Now that our ansible configuration is complete, let's learn more about ansible configuration file which we have not used till now. An Ansible configuration file ...
By admin
We have already seen a handful of ansible ad hoc commands so far in our Ansible Tutorials, but to recap, they are single commands you ...
By admin
After installing ansible now in this section we will setup our Ansible environment and configure our controller and managed nodes. Create normal user This ...
By admin
The important terminologies which we have in an Ansible Architecture: Control node Any machine with Ansible installed. You can run commands and playbooks, invoking ...
By admin
There are different methods using which you can install ansible Using default package manager such as yum, dnf, apt etc Using pip Using source compile ...
By admin
In this section we will use ansible to create new EC2 instances on AWS and further work on these instances. These operations can be completely ...
By admin
In this article we will create ansible role from scratch using ansible galaxy init. In our earlier article I gave you an overview on ansible ...
By admin
In this article I will give you an overview on Ansible Roles directory structure. When working with Ansible it is recommended to use project directories ...