Create a directory called ansible-helloworld-playbook
mkdir ansible-helloworld-playbook
Create a file hosts and add remote systems how want to manage. As ansible relies on ssh to connect the machines, you should make sure they are already accessible to you in ssh from your computer.
192.168.1.1...