Run Ansible playbook on remote IP address
ansible-playbook my.yml -i 162.55.82.217, -e "ansible_user=root"
The trick is to add ,
after the IP address
ansible-playbook my.yml -i 162.55.82.217, -e "ansible_user=root"
The trick is to add ,
after the IP address