Hey @Sammer, follow these steps:
sudo nano /etc/ansible/hosts
- Add all your hosts inside this file, in this format:
[servers]
host1 ansible_ssh_host=203.0.113.1
host2 ansible_ssh_host=203.0.113.2
host3 ansible_ssh_host=203.0.113.3
And you're good to go