Ansible Tutorial
Working with managed nodes with password (not passphrase)
We can also use password instead of passphrase to connect with controller to managed nodes using --ask-pass. By default ansible will not prompt for any …
How to use Ansible managed nodes without Python
How to use ansible without installing python3 on managed nodes. Can we use ansible without python? How to use raw module in Ansible?
Ansible Inventory files (static vs dynamic) with examples
Learn about different types of ansible inventory files, static, dynamic, create custom dynamic inventory script, groups and variables in inventory with examples …
Pre-requisites to setup Ansible
To configure ansible we need certain pre-requisites. For example control node cannot be a windows node, We need SSH access on the managed node and python3 must …
Learn ansible.cfg Best Practices: Avoid Common Mistakes
We will explore ansible.cfg configuration file used in Ansible. This file can be located at different location while the highest precedence is given to …
