Which protocol does Ansible use to push modules to network nodes?
Ansible’s default connection method is SSH. It connects to managed nodes, pushes Ansible modules to them for execution, and removes them afterward.
Community Discussion