What is Ansible Inventory
It is a file, define the collection of hosts (remote system) and group of hosts upon which Ansible commands , module, playbook operates.
Types of inventory :
Static Inventory: A simple list of hosts and groups defined in a file (usually in INI or YAM...
soumen-blog.hashnode.dev2 min read