What is Ansible Inventory and How to Add ESXi
Ansible Inventory is a hosts file which contains every server that is managed by Ansible. Inventory file is located in /etc/ansible/hosts on your Ansible VM. Once you add server in hosts file, you need also to establish an SSH connection using SSH key. In this article I will show you how to […]