How to Install and Use Ansible on Debian 10 – VITUX
https://vitux.com/ansible_debianThis can be done by checking its version with the following command: ansible --version. The version of Ansible that is installed on our Debian 10 system is 2.7.7 which is also highlighted in the image shown below: Edit the Ansible hosts file /etc/ansible/hosts to add the system that we want to manage with Ansible. sudo nano /etc/ansible/hosts.