Latest Articles
Working with Ansible conditional statements
Control structures are mainly of the following two types Conditional & Iterative. We will cover when, failed_when, changed_when conditions in playbooks
Working with different Ansible operators
Different ansible operators are arithmetic, logical, comparison and test operator which we can use with ansible playbook.
Writing Ansible playbook with Visual Studio Code
We can also use virtual studio code editor to write ansible playbooks by using the ansible extension and configuring settings.json. You can use Windows or Linux …
Getting started with Ansible
What is Ansible? Ansible is an open source tool (with enterprise editions available) developed using Python and runs on Windows, Mac, and UNIX-like systems.
A complete guide to write your first Ansible Playbook
Ansible playbooks are rrdered lists of tasks, saved so you can run those tasks in that order repeatedly. Playbooks can include variables as well as tasks.
