apt update ; apt install ansible -y #checking for updates #installing ansible sed -i '13i host_key_checking = False' /etc/ansible/ansible.cfg v #passing the command to ansible.cfg apt-get install sshpass #installing sshpass