getting_started_with_ansible icon indicating copy to clipboard operation
getting_started_with_ansible copied to clipboard

Ansible -m ping error

Open rfigueraspit opened this issue 1 year ago • 0 comments

I'm following Getting started with Ansible 04 - Running ad-hoc video but I'm stuck with ansible connection. I've done some research and all I've found is that I need to force Python3 interpreter to be the same as the target hosts.

error

This is the configuration of inventory:

inventory

This is the configuration of pyhton in each server:

server1

server2

Any idea what I'm doing wrong?

rfigueraspit avatar Nov 19 '24 21:11 rfigueraspit