Inventory and Playbooks

In ansible, the invetory cointains the list of all the available servers that ansible can reach and manage by sending commands to execute. Ansible has a search order to find available inventories and configuration: First is checks in $pwd/ansible.cfg Then checks in $HOME/ansible.cfg Then finally checks in /etc/ansible/ansible.cfg When the inventory is filled in you … Continue reading Inventory and Playbooks